django_coreprotect/views.py

7 lines
103 B
Python

from django.shortcuts import render
from django.views.generic import View
class Home(View):
pass