improve module docstrings and remove unnecessary shebangs

This commit is contained in:
ulinja
2022-04-21 18:49:55 +02:00
parent 309dcb0022
commit a350d3b6ec
4 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env python3
"""This module provides functions for (interactive) user input handling."""
"""Library for consistent interactive user input capturing."""
import re