setools/setoolsgui/__init__.py
Chris PeBenito 8e082f70cf Replace license text in sources with SPDX license indentifiers.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2021-11-20 14:12:15 -05:00

12 lines
221 B
Python

# Copyright 2015, Tresys Technology, LLC
#
# SPDX-License-Identifier: LGPL-2.1-only
#
#
from .apol import ApolMainWindow
from . import widget
import logging
logging.getLogger(__name__).addHandler(logging.NullHandler())