Source code for amodule

"""
Main DOCSTRING for amodule.

With several lines.
"""


[docs]def hello(): """Print 'hello module'.""" print('hello module') # noqa: T201