#!/usr/bin/env python3 # -*- coding: utf-8 -*- class BaseBot(object): def __init__(self): raise NotImplementedError