diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2021-12-12 15:09:38 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2021-12-12 15:10:34 +0100 |
| commit | 8939a55b4e632f021a423b4508810b2720a7f3b3 (patch) | |
| tree | d11f5b8715d5a9032bb055717ad7f6cfc15b9621 /scripts/data.py | |
| parent | 7cf6ae5f8478ac80f1123101595edef96a261d48 (diff) | |
| download | muhqs-game-8939a55b4e632f021a423b4508810b2720a7f3b3.tar.gz muhqs-game-8939a55b4e632f021a423b4508810b2720a7f3b3.zip | |
scripts: improve code quality
Diffstat (limited to 'scripts/data.py')
| -rwxr-xr-x | scripts/data.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/data.py b/scripts/data.py index e19a805e..b72fc094 100755 --- a/scripts/data.py +++ b/scripts/data.py @@ -1,3 +1,4 @@ +"""Helper code for the data subdirectory""" from pathlib import Path GAME_ROOT = Path(__file__).parent.parent |
