lark-parser / lark

Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.
MIT License
4.88k stars 414 forks source link

Add `__all__` to `__init__` #1200

Closed aspizu closed 2 years ago

aspizu commented 2 years ago

https://stackoverflow.com/questions/44834/what-does-all-mean-in-python

erezsh commented 2 years ago

@MegaIng I agree, it's quite superfluous, but at the same time it seems to help, and I have no serious objection against it.