This commit is contained in:
2025-11-30 19:37:24 +01:00
parent 1347f7dcd7
commit ab2f4256aa
15 changed files with 1554 additions and 29 deletions

7
31 Python.py Normal file
View File

@@ -0,0 +1,7 @@
import os
DROPBOX = os.path.join(os.path.expanduser("~"), "Dropbox")
SHARED_PATH = os.path.join(DROPBOX, "PycharmShared")
GLOBAL_ENV = os.path.join(SHARED_PATH, ".env")
print(DROPBOX)