test_project
bar
target
bar
target
# split
# split
Test project
============

.. code:: python

   from test_project import bar

   target = bar()
   target

.. automodule:: test_project
