import abc class Bot(abc.ABC): def __init__(self): pass