#!/usr/bin/env python
import sys
from stun import cli

try:
    cli.main()
except KeyboardInterrupt:
    sys.exit()
