PositionPhase Source code in event_sourcery/_event_store/subscription/interfaces.py 105 106 107class PositionPhase: def start_from(self, position: Position) -> FilterPhase: raise NotImplementedError()