NDOJ/judge/widgets/__init__.py

5 lines
199 B
Python
Raw Permalink Normal View History

2020-01-21 06:35:58 +00:00
from judge.widgets.checkbox import CheckboxSelectMultipleWithSelectAll
from judge.widgets.mixins import CompressorWidgetMixin
from judge.widgets.pagedown import *
from judge.widgets.select2 import *