geomon/__init__.py
2022-02-21 16:07:04 +01:00

2 lines
121 B
Python

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