#!python
import sys
import cicd.driver

def main():
    return cicd.driver.main()

if __name__ == '__main__':
    sys.exit(main())
