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