geomon/insert_sensor/__init__.py

2 lines
121 B
Python
Raw Normal View History

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