ConceptPortal-public/rsconcept/backend/apps/prompt/views/__init__.py
Ivan df72b1f527
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Backend CI / notify-failure (push) Blocked by required conditions
Frontend CI / build (22.x) (push) Waiting to run
Frontend CI / notify-failure (push) Blocked by required conditions
F: Implement backend for prompts
2025-07-13 18:00:40 +03:00

3 lines
97 B
Python

''' REST API: Endpoint processors for AI Prompts. '''
from .prompts import PromptTemplateViewSet