8 lines
155 B
Python
8 lines
155 B
Python
"""
|
|
Backward-compatible compatibility layer.
|
|
|
|
Prefer importing from `core.clients.transport`.
|
|
"""
|
|
|
|
from core.clients.transport import * # noqa: F401,F403
|