fixed_rope / Rope.py
MonsterMMORPG's picture
08f4ccb5459ba8d71ac7e1cb832d4f5e480338e9d9664a469baa1b1252917877
d8e8a96 verified
raw
history blame
105 Bytes
#!/usr/bin/env python3
from rope import Coordinator
if __name__ == "__main__":
Coordinator.run()