#!/usr/bin/python3 -s

from opsidirectoryconnector import runConnector

if __name__ == '__main__':
    runConnector()
