from ... export ... : PEP 843
=============================

.. admonition:: Summary

   This import hook enables someone to try out the syntax
   ``from ... export ...`` proposed `in PEP 843 <https://peps.python.org/pep-0843/>`_.  

   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 <https://github.com/aroberge/ideas/blob/master/src/ideas/inclulded/from_export.py>`_

   
.. automodule:: ideas.included.from_export
