test_task_crm/app/api/v1/deals/__init__.py

5 lines
73 B
Python

"""Deals API package."""
from .views import router
__all__ = ["router"]