#!python

import sys
import s3tk
try:
  s3tk.cli()
except KeyboardInterrupt:
  sys.exit(1)
