waidhoferj's picture
Refactor config style and reorganize files
557fb53
raw
history blame
158 Bytes
import sys
import os
# Add parent directory to Python path
def set_path():
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))