diff options
-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 |