#!/bin/env python
from cathy import ChattyCathy

bot = ChattyCathy()
bot.run()