setools/setoolsgui/widgets/models/__init__.py
Chris PeBenito b219b44b53 models: Merge list models into table models.
The table model can handle lists as a single/first column.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2024-02-14 09:11:35 -05:00

26 lines
566 B
Python

# SPDX-License-Identifier: LGPL-2.1-only
from .boolean import *
from .bounds import *
from .common import *
from .constraint import *
from .default import *
from .fsuse import *
from .genfscon import *
from .ibendportcon import *
from .ibpkeycon import *
from .initsid import *
from .mls import *
from .mlsrule import *
from .netifcon import *
from .nodecon import *
from .objclass import *
from .portcon import *
from .rbacrule import *
from .role import *
from .table import *
from .terule import *
from .type import *
from .typeattr import *
from .user import *