Source code for python_package.example_module

""" A python example module.
"""

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