5 lines
117 B
Python
5 lines
117 B
Python
|
|
import os
|
||
|
|
|
||
|
|
SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||
|
|
ROOT_DIR = os.path.dirname(SRC_DIR)
|