builtup4/bu4/parsing/abstractparser.py

7 lines
115 B
Python

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