mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 11:29:39 +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())
|