from bu4.parsing.states.parsestate import ParseState __all__ = ('PSRead',) class PSRead(ParseState): pass