1 2 3 4 5 6
#!/usr/bin/env python from src.main import main import os.path resources = f'{os.path.dirname(__file__)}/resources' main(resources)