Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
00153c0
1
Parent(s):
21a16ca
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()
|