Substitute python's print
-------------------------

Import in your script.

.. code:: python

          from psprint import print

Supply value for ``mark`` kwarg or for any of the custom kwargs as described.

.. code:: python

          print("", mark="info")


Configure frequently used ``mark`` in a suitably `located <#location-of-configuration-files>`__ configuration file.
