TalatMasood's picture
Refactoring code
e9d730a
raw
history blame
110 Bytes
# src/implementations/__init__.py
from .document_service import DocumentService
__all__ = ['DocumentService']