6 lines
111 B
Python
6 lines
111 B
Python
|
"""Constants for config."""
|
||
|
|
||
|
ACTION_CREATE_UPDATE = "create_update"
|
||
|
ACTION_DELETE = "delete"
|
||
|
DOMAIN = "config"
|