NDOJ/judge/widgets/__init__.py
2022-09-15 02:05:02 -05: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 *