#! python3
from ssoanalysisworker import NGLoginAndSSOCollector

if __name__ == '__main__':
    NGLoginAndSSOCollector.run()
