builtup4/bu4/parsing/constructs/parsed.py

12 lines
310 B
Python

# Copyright (c) PARRRATE T&V 2021. All rights reserved.
from bu4.linking.constructs.linked import Linked
from bu4.transform.states.transformstate import TransformState
__all__ = ('Parsed',)
class Parsed:
def link(self, promise: set[bytes]) -> TransformState[Linked]:
raise NotImplementedError