NDOJ/judge/widgets/__init__.py
2023-05-20 08:53:43 +09:00

5 lines
236 B
Python

from judge.widgets.checkbox import CheckboxSelectMultipleWithSelectAll
from judge.widgets.mixins import CompressorWidgetMixin
from judge.widgets.pagedown import *
from judge.widgets.select2 import *
from judge.widgets.datetime import *