hass-core/tests/components/image/__init__.py
2022-08-18 12:02:12 -04:00

4 lines
111 B
Python

"""Tests for the Image integration."""
import pathlib
TEST_IMAGE = pathlib.Path(__file__).parent / "logo.png"