diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-16 03:51:41 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-16 03:51:41 +0200 |
commit | 9536dc1dd3c16119ac719453894a5385f9983050 (patch) | |
tree | 951ae1b25cab7bc3c31bb1249e878d2342277c65 | |
parent | 8fbcafc6fc2fe274537b297e6eb2473a68150255 (diff) |
restructure the project
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | AllAboutData/getData.py (renamed from getData.py) | 0 | ||||
-rw-r--r-- | AllAboutData/utils/osSpecific.py (renamed from utils/osSpecific.py) | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ venv/ .env __pycache__/ -Data/ +AllAboutData/Data/ diff --git a/getData.py b/AllAboutData/getData.py index 7c64b30..7c64b30 100644 --- a/getData.py +++ b/AllAboutData/getData.py diff --git a/utils/osSpecific.py b/AllAboutData/utils/osSpecific.py index 7caf664..7caf664 100644 --- a/utils/osSpecific.py +++ b/AllAboutData/utils/osSpecific.py |