NDOJ/judge/widgets/__init__.py
2023-05-20 12:02:50 +07: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 *