#!/usr/bin/env python3
from nmosreverseproxy.proxylistingservice import ProxyListingService

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