added new M_ENVIRONMENT_KEY for storing environments

This commit is contained in:
iLLiCiTiT 2020-10-01 17:59:32 +02:00
parent 4903c09f40
commit ec445fcc2d

View file

@ -7,6 +7,8 @@ log = logging.getLogger(__name__)
# Metadata keys for work with studio and project overrides
M_OVERRIDEN_KEY = "__overriden_keys__"
# Metadata key for storing information about environments
M_ENVIRONMENT_KEY = "__environment_keys__"
# NOTE key popping not implemented yet
M_POP_KEY = "__pop_key__"