1
0
mirror of https://github.com/django/django.git synced 2025-06-04 02:59:13 +00:00
django/django/forms/extras/__init__.py

4 lines
89 B
Python

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