mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
6 lines
97 B
Python
6 lines
97 B
Python
"""Constants for the OctoPrint integration."""
|
|
|
|
DOMAIN = "octoprint"
|
|
|
|
DEFAULT_NAME = "OctoPrint"
|