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

try:
    cli.main()
except KeyboardInterrupt:
    pass
