motm/motm.cgi

7 lines
92 B
Python
Executable File

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