from bu4.parsing.linked import Linked, LinkingState class ALTarget: def given(self, linked: Linked) -> LinkingState: raise NotImplementedError