NDOJ/judge/widgets/__init__.py
2023-08-23 22:14:09 -05:00

6 lines
270 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 *
from judge.widgets.image import *