telegrambot / Powers /__main__.py
iamgojoof6eyes
Second commit....Looks good
7956eb0
raw
history blame
78 Bytes
from Powers.bot_class import Gojo
if __name__ == "__main__":
Gojo().run()