telegrambot / Powers /__main__.py
Captain Ezio
Update __main__.py
e5c574f
raw
history blame
79 Bytes
from Powers.bot_class import Gojo
if __name__ == "__main__":
Gojo().run()