Files
incidentops/app/services/__init__.py

6 lines
103 B
Python

"""Service layer entrypoints."""
from app.services.auth import AuthService
__all__ = ["AuthService"]