mirror of
https://github.com/home-assistant/core.git
synced 2025-05-09 08:29:20 +00:00
5 lines
111 B
Python
5 lines
111 B
Python
"""Tests for the Image integration."""
|
|
import pathlib
|
|
|
|
TEST_IMAGE = pathlib.Path(__file__).parent / "logo.png"
|