Sub-module Import ^^^^^^^^^^^^^^^^^^^^^^ To reduce characters in code when referencing the library, you can import specific sub-modules. .. code-block:: python from import .. note:: Replace :code:`` with |project| in the pip install and import code above. Replace :code:`` with the project sub-directory.