PEP 843 – Export Statement for DRY Re-exports | peps.python.org
Large libraries separate their implementation layout (the tree of modules convenient for maintainers) from their public layout (the shallower, curated tree they present to users). Building that public layout today means choosing between two imperfect op...