Files
fastapi/app/services/__init__.py
Beyhan Oğur 361dbef019 first commit
2026-04-26 22:25:19 +03:00

4 lines
85 B
Python

from . import auth_service, user_service
__all__ = ["auth_service", "user_service"]