refactor: yirimirai 适配器实现异步

This commit is contained in:
RockChinQ
2024-01-23 22:28:30 +08:00
parent 8d35ecd711
commit ad5ef95e65
8 changed files with 88 additions and 62 deletions

7
start.py Normal file
View File

@@ -0,0 +1,7 @@
import asyncio
from pkg.boot import boot
if __name__ == '__main__':
asyncio.run(boot.main())