ATS/recruitment/services/__init__.py
2026-01-29 14:19:03 +03:00

8 lines
130 B
Python

"""
Services package for recruitment app business logic.
"""
from .email_service import EmailService
__all__ = ["EmailService"]