mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2024-11-26 22:47:07 +00:00
5 lines
62 B
Python
5 lines
62 B
Python
from src import start
|
|
|
|
if __name__ == "__main__":
|
|
start()
|