8 lines
113 B
Python
8 lines
113 B
Python
from bu4.parsing.states.parsestate import ParseState
|
|
|
|
__all__ = ('PSRead',)
|
|
|
|
|
|
class PSRead(ParseState):
|
|
pass
|