diff options
Diffstat (limited to 'input_utils.py')
| -rw-r--r-- | input_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/input_utils.py b/input_utils.py index 7d5e180..77094da 100644 --- a/input_utils.py +++ b/input_utils.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# © Copyright 2021-2022, Scott Gasch + """Utilities related to user input.""" import logging |
