mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-08-13 05:30:30 +02:00
fix(dm): add constants.py
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
from typing import Final
|
||||||
|
|
||||||
|
# Denotes a MIME type for JSON-encoded list of device config dictionaries
|
||||||
|
MIME_DEVICE_CONFIG: Final[str] = "application/x-bec_device_config"
|
||||||
|
CONFIG_DATA_ROLE: Final[int] = 118
|
||||||
Reference in New Issue
Block a user