Source code django/views/__init__.py

1
2
3
from django.views.generic.base import View

__all__ = ['View']