def main():
    configure()
    app.run()
Exemple #2
0
#!/usr/bin/env python


from manhunter import app, configure
configure()