__all__ = ('AbstractParser',) class AbstractParser: def read(self) -> int: raise NotImplementedError