#!/usr/bin/env python

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