internet_ml/web/backend/api/nlp/views.py

6 lines
126 B
Python
Raw Normal View History

2022-12-30 06:50:36 +00:00
from django.views.generic.base import TemplateView
class NLPView(TemplateView):
template_name = "index.api.nlp.dj.html"