builtup4/bu4/evaluation/evaluable.py
2021-07-24 02:34:37 +03:00

4 lines
86 B
Python

class Evaluable:
def next(self) -> 'Evaluable':
raise NotImplementedError