mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-27 03:06:21 +01:00
4 lines
185 B
Python
4 lines
185 B
Python
"""demo conftest."""
|
|
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa: F401
|
|
from tests.components.light.conftest import mock_light_profiles # noqa: F401
|