File size: 105 Bytes
d8e8a96
 
 
 
 
1
2
3
4
5
#!/usr/bin/env python3

from rope import Coordinator
if __name__ == "__main__":
    Coordinator.run()