#!/opt/rh/rh-python36/root/usr/bin/python3

if __name__ == '__main__':
    from tacacs_plus import handle_command_line
    handle_command_line()
