Source code for src.example_module

""" A python example module.
"""


[docs]def example_function(): """ Basic function that returns a string """ return "Hello, world!"