__init__.py 102 B

12345
  1. import sys
  2. import os
  3. BASE_DIR = os.path.dirname(os.path.abspath(__file__))
  4. sys.path.append(BASE_DIR)