drhagen / parsita

The easiest way to parse text in Python
https://parsita.drhagen.com/
MIT License
98 stars 5 forks source link

Undo state split #59

Closed drhagen closed 1 year ago

drhagen commented 1 year ago

After splitting the state module into several modules, I tried to use it and immediately regretted it. The imports just get more complicated for no benefit at all. This PR gives the best of both worlds by splitting state.py into different files, but reexports everything back in the parsita.state module.