#!/usr/local/opt/python3/bin/python3.4
"""Script to run the auacm cli app"""

import sys
from auacm import main

main.main(sys.argv[1:])
