telegrambot / Powers /__main__.py
Captain Ezio
Looks good
b002286
raw
history blame
80 Bytes
from Powers.bot_class import Gojo
if __name__ == "__main__":
Gojo().run()