#!/usr/bin/env python3 import os import sys sys.path.append("src") os.chdir(os.path.dirname(os.path.realpath(__file__))) import main main.main()