Exemplo n.º 1
0
def main():
    configure()
    app.run()
Exemplo n.º 2
0
#!/usr/bin/env python

from convert import app, configure
configure()
Exemplo n.º 3
0
def main():
    configure()
    app.run()
Exemplo n.º 4
0
#!/usr/bin/env python


from convert import app, configure
configure()