adm-ntuh-net/ntuh/dojango/forms/__init__.py
2024-12-12 10:19:16 +08:00

4 lines
91 B
Python
Executable file

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