4 lines
87 B
Python
4 lines
87 B
Python
"""Constants for the HTML5 component."""
|
|
|
|
DOMAIN = "html5"
|
|
SERVICE_DISMISS = "dismiss"
|