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