motm/motm.cgi

7 lines
92 B
Plaintext
Raw Permalink Normal View History

2020-12-24 03:11:45 +00:00
#!/usr/bin/env python3
import sys
sys.path.append("/path/to/motm")
import motm
motm.main()