mysteriendrama/lib/python3.11/site-packages/django/views/__init__.py

4 lines
63 B
Python
Raw Normal View History

2023-07-22 12:04:19 +02:00
from django.views.generic.base import View
__all__ = ["View"]