Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
MonsterMMORPG
/
fixed_rope
like
0
Model card
Files
Files and versions
Community
1
main
fixed_rope
/
Rope.py
MonsterMMORPG
Upload folder using huggingface_hub (
#1
)
17eddbd
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
105 Bytes
#!/usr/bin/env python3
from
rope
import
Coordinator
if
__name__ ==
"__main__"
:
Coordinator.run()