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

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