Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/files/__init__.py
blob: 58a6fd8f8537d7479a53d7232d1aea6b58b841fb (plain)
1
2
3
from django.core.files.base import File

__all__ = ['File']