django1/django/core/files/__init__.py

4 lines
60 B
Python

from django.core.files.base import File
__all__ = ['File']