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