]>
git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - webapp/backend/__init__.py
3 from tornado
.options
import define
, options
, parse_command_line
6 define("debug", default
=False, help="Run in debug mode", type=bool)
9 from base
import Backend