#!/usr/bin/env python3

if __name__ == "__main__":
    from nmosconnection.service import ConnectionManagementService
    cm = ConnectionManagementService()
    cm.run()
