ayon-core/client/ayon_core/host/constants.py
2025-08-20 15:36:39 +02:00

8 lines
225 B
Python

from ayon_core.lib import StrEnum
class ContextChangeReason(StrEnum):
"""Reasons for context change in the host."""
undefined = "undefined"
workfile_open = "workfile.opened"
workfile_save = "workfile.saved"