test_project
b
test_project.bar
test_project
# split
# split
Test project
============

.. code:: ipython

   In [1]: %cd subdir
   In [2]: import test_project
   In [3]: b = test_project.bar()
   In [4]: 2 + 2
   Out[4]: 4
   In [5]: class A:
      ...:     pass
   In [6]: 
   In [7]: test_project
   Out[7]:
   multiline
   msg
   In [8]: "asd asd\n   ...: this is output"
   asd asd
      ...: this is output
   In [9]: 2 + 2
   Out[9]:
   asd asd
      ...: this is output

.. automodule:: test_project
