mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-10-11 22:36:40 +03:00
6 lines
108 B
Python
6 lines
108 B
Python
"""Common test artifacts."""
|
|
|
|
|
|
async def example(arg1, arg2, arg3, arg4):
|
|
return arg1, arg2, arg3, arg4
|