PaiGram/run.py
2022-10-10 19:07:28 +08:00

10 lines
96 B
Python

from core.bot import bot
def main():
bot.launch()
if __name__ == "__main__":
main()