Continue AI features and improve protocol support
This commit is contained in:
8
core/clients/serviceapi.py
Normal file
8
core/clients/serviceapi.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Backward-compatible compatibility layer.
|
||||
|
||||
Prefer importing from `core.clients.transport`.
|
||||
"""
|
||||
|
||||
from core.clients.transport import * # noqa: F401,F403
|
||||
|
||||
Reference in New Issue
Block a user