managementbot / Powers /__main__.py
Captain Ezio
Fixing kb and `sorted imports`
11ae35a
raw
history blame
79 Bytes
from Powers.bot_class import Gojo
if __name__ == "__main__":
Gojo().run()