Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
e5c574f
1
Parent(s):
6cc4dcb
Update __main__.py
Browse files- Powers/__main__.py +1 -1
Powers/__main__.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
from Powers.bot_class import Gojo
|
| 2 |
|
| 3 |
if __name__ == "__main__":
|
| 4 |
-
Gojo().
|
|
|
|
| 1 |
from Powers.bot_class import Gojo
|
| 2 |
|
| 3 |
if __name__ == "__main__":
|
| 4 |
+
Gojo().run()
|