from sync.app import application from sync import config from sync import handlers app = application if __name__ == '__main__': app.run()