DP/app/__init__.py

6 lines
128 B
Python
Raw Permalink Normal View History

2023-04-24 11:36:47 +00:00
# For relative imports to work in Python 3.6
import os
import sys
sys.path.append(os.path.dirname(os.path.realpath(__file__)))