mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-24 21:05:47 +01: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"
|