mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +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
|