django1/django/forms/extras/__init__.py

4 lines
89 B
Python

from django.forms.extras.widgets import SelectDateWidget
__all__ = ['SelectDateWidget']