#!/usr/bin/python
from ctznosx import cli

try:
    cli.main()
except KeyboardInterrupt:
    pass
