Model/backend/epc_client/__init__.py
2026-05-12 10:08:00 +00:00

3 lines
99 B
Python

from backend.epc_client.epc_client_service import EpcClientService
__all__ = ["EpcClientService"]