Structure code in logically separated submodules (#188)

This commit is contained in:
Michael Osthege
2024-11-19 21:47:43 +01:00
committed by GitHub
parent a1cc30f33d
commit 22f72e2f13
31 changed files with 75 additions and 84 deletions

View File

@@ -1,6 +1,6 @@
import pytest
from akkudoktoreos.heatpump import Heatpump
from akkudoktoreos.devices.heatpump import Heatpump
@pytest.fixture(scope="function")