5 lines
122 B
Python
5 lines
122 B
Python
"""LightRAG services package."""
|
|
|
|
from lightrag.services.tenant_service import TenantService
|
|
|
|
__all__ = ["TenantService"]
|