from ultimate.web.main import start_app if __name__ == "__main__": start_app(share=True, ssr_mode=True)