1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 20:41:05 -07:00
moth/puzzler.cgi
2009-09-29 15:36:25 -06:00

7 lines
130 B
Python
Executable file

#! /usr/bin/env python3
import cgitb; cgitb.enable()
import sys
sys.path.insert(0, '/usr/lib/ctf')
import puzzler
puzzler.main()