from ... export ... : PEP 843
=============================
.. admonition:: Summary
This import hook enables someone to try out the syntax
``from ... export ...`` proposed `in PEP 843 `_.
In some sense, it complements the :doc:`export name (PEP 842) <./export_name>` import hook.
In a later section, we demonstrate how we can combine these two import hooks.
`Source code `_
.. automodule:: ideas.included.from_export