NOT_SET is part of entities __init__ file

This commit is contained in:
iLLiCiTiT 2021-01-28 11:48:54 +01:00
parent 53502c40a6
commit 59b36c7613

View file

@ -5,6 +5,7 @@ from . import (
input_entities,
lib
)
from .lib import NOT_SET
from .base_entity import (
SystemRootEntity,
)
@ -35,6 +36,8 @@ __all__ = (
"input_entities",
"lib",
"NOT_SET",
"SystemRootEntity",
"GUIEntity",