#!/usr/bin/env python3 import sys sys.path.append("/path/to/motm") import motm motm.main()