#  Copyright (c) PARRRATE T&V 2021. All rights reserved.

from bu4.parsing.states.parsestate import ParseState

__all__ = ('PSRead',)


class PSRead(ParseState):
    pass