2026-03-09 16:10:24 +03:00

8 lines
185 B
Python

"""
Integrations services package
"""
from .his_adapter import HISAdapter
from .his_client import HISClient, HISClientFactory
__all__ = ['HISAdapter', 'HISClient', 'HISClientFactory']