mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-17 17:51:20 +08:00
7 lines
120 B
Python
7 lines
120 B
Python
from astrbot_sdk.runtime.start_server import amain
|
|
|
|
import asyncio
|
|
|
|
if __name__ == "__main__":
|
|
asyncio.run(amain())
|