geomon/insert_sensor/__init__.py
2022-03-07 15:37:28 +01:00

4 lines
132 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__)))