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

5 lines
76 B
Python

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