mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-04 19:17:33 +08:00
14 lines
254 B
Python
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()
|