2023-08-10 22:05:22 +08:00

14 lines
254 B
Python

# from ..arknightsuid_resource import startup
# async def all_start():
# try:
# await startup()
# except Exception as e:
# logger.exception(e)
# threading.Thread(target=lambda: asyncio.run(all_start()), daemon=True).start()