#!/usr/bin/python

from nmosreverseproxy.proxylistingservice import ProxyListingService

if __name__ == "__main__":
    service = ProxyListingService()
    service.run()
