from app import WikiApp application = WikiApp(__name__) if __name__ == "__main__": application.run()