5 lines
78 B
Python
5 lines
78 B
Python
import os
|
|
|
|
PROJECT_DIR = os.path.dirname(__file__)
|
|
|
|
WORKING_DIR = os.getcwd()
|