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

5 lines
78 B
Python

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