from Report.AbstractPrinter import AbstractPrinter class ConsolePrinter(AbstractPrinter): #def test(self): # pass def _print(self): pass