Model/backend/epc_client/__init__.py
Khalim Conn-Kowlessar a1b207ba55 bolstering testing
2026-04-28 13:46:09 +00:00

3 lines
87 B
Python

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