Added group state "Inactive"

This commit is contained in:
Adolfo Gómez García 2021-09-29 14:50:40 +02:00
parent dcb7b3e28e
commit abafa7bfac

View File

@ -31,5 +31,7 @@
@author: Adolfo Gómez, dkmaster at dkmon dot com
"""
# pylint: disable=unused-import
from .common import ACTIVE # @UnusedImport
from .common import (
ACTIVE,
INACTIVE,
)