telegrambot / Powers /__main__.py
Captain Ezio
Update __main__.py
6cc4dcb
raw
history blame
81 Bytes
from Powers.bot_class import Gojo
if __name__ == "__main__":
Gojo().start()