mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-09 06:43:13 +03:00
6 lines
102 B
Python
6 lines
102 B
Python
"""Common test artifacts."""
|
|
|
|
|
|
def example(arg1, arg2, arg3, arg4):
|
|
return arg1, arg2, arg3, arg4
|