test/run_bot.py
2026-03-17 14:59:41 +08:00

5 lines
70 B
Python

from framework.bot import main
if __name__ == "__main__":
main()