4 lines
114 B
Python
4 lines
114 B
Python
"""Root conftest — exports async client fixtures."""
|
|
|
|
from tests.base import client, agent_client # noqa: F401
|