from Base import Base class Client(Base): def __init__(self): Base.__init__(self)