EStiMo/utils/__init__.py
2023-06-14 14:25:52 +02:00

3 lines
100 B
Python

import sys, os
# sys.path.append("..")
sys.path.append(os.path.dirname(os.path.abspath(__file__)))