geomon/gschliefgraben_glasfaser/__init__.py
2022-02-23 16:46:47 +01:00

5 lines
133 B
Python

''' For relative imports to work in Python 3.6 '''
import os
import sys
sys.path.append(os.path.dirname(os.path.realpath(__file__)))