Files
simple-travel-backend/core/services/__init__.py
2025-09-19 15:19:32 +05:00

4 lines
85 B
Python

from .otp import * # noqa
from .sms import * # noqa
from .user import * # noqa