#!/usr/bin/env python3

if __name__ == "__main__":
    from nmosauth.auth_server.security_service import SecurityService

    service = SecurityService()
    service.run()
