Source code for cookiecutter_test_instance.utils.example_util

[docs]def util_function2() -> int: """Example util function. Returns: 3 """ return 3