6 lines
87 B
Python
6 lines
87 B
Python
|
"""Constants for Deako."""
|
||
|
|
||
|
# Base component constants
|
||
|
NAME = "Deako"
|
||
|
DOMAIN = "deako"
|