File size: 199 Bytes
4a1b973
ca4eb6d
 
 
4a1b973
b8a26bd
ea508b7
 
1
2
3
4
5
6
7
8
9
import uvloop  # Comment it out if using on windows
from Powers.bot_class import Gojo

if __name__ == "__main__":
    uvloop.install() # Comment it out if using on windows
    Gojo().run()