#!/usr/bin/env python

if __name__ == '__main__':
    from telegram_bot import Bot
    Bot('config.json').poll()