mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
8 lines
100 B
Python
8 lines
100 B
Python
|
import asyncio
|
||
|
|
||
|
from pkg.boot import boot
|
||
|
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
asyncio.run(boot.main())
|