5 lines
84 B
Python
5 lines
84 B
Python
|
"""Constants for Fronius tests."""
|
||
|
|
||
|
DOMAIN = "fronius"
|
||
|
MOCK_HOST = "http://fronius"
|