zcspider/mycode/base.py

2 lines
80 B
Python

import os
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))