6 lines
55 B
Python
6 lines
55 B
Python
__all__ = ('ParseState',)
|
|
|
|
|
|
class ParseState:
|
|
pass
|