#!/usr/bin/env python

from SRTMinorServoTest.mscu import mscu

if __name__ == "__main__":
    server = mscu.MSCU()
    server.run()


