builtup4/bu4/linkable/constructs/parsed.py
2021-09-08 13:49:09 +03:00

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