ft_transcendence/django/trancendence/accounts/views.py
2023-10-24 13:56:16 +02:00

12 lines
181 B
Python

from django.shortcuts import render
from django.views import View
# Create your views here.
class Login(View):
pass
class Create(View):
pass
class Delete(View):
pass