Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dragdev
/
telegrambot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fed22f7
telegrambot
/
Powers
/
__main__.py
Captain Ezio
few fixes
d808ebe
10 months ago
raw
Copy download link
history
blame
194 Bytes
# 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()