python-dependency-injector/tests/unit/providers/callables/common.py
2021-10-17 11:06:26 -04:00

6 lines
102 B
Python

"""Common test artifacts."""
def example(arg1, arg2, arg3, arg4):
return arg1, arg2, arg3, arg4