reporter
This commit is contained in:
7
31 Python.py
Normal file
7
31 Python.py
Normal 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)
|
||||
Reference in New Issue
Block a user