(no title)
patrickkidger | 7 months ago
C.f. "the intention here is that only names imported using the form X as X will be exported" from PEP484. [1]
I'm generally a fan of the style of putting all the implementation in private modules (whose names start with an underscore) and then using __init__.py files solely to declare the public API.
tayo42|7 months ago
patrickkidger|7 months ago
That said, the documentation on this matter is close to nonexistent.