def main(): configure() app.run()
#!/usr/bin/env python from convert import app, configure configure()