adm18/ntuh/dojango/forms/__init__.py
2025-09-16 13:20:19 +08:00

4 lines
91 B
Python
Executable file

from django.forms import *
from widgets import *
from fields import *
from models import *