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