1
0
mirror of https://gitlab.com/ddorn/tfjm-discord-bot.git synced 2025-02-06 09:33:03 +00:00

5 lines
62 B
Python
Raw Normal View History

2020-05-10 17:30:45 +02:00
from src import start
if __name__ == "__main__":
2020-05-10 17:30:45 +02:00
start()