move class InverterIfc into a separate file

This commit is contained in:
Stefan Allius
2024-10-05 01:34:03 +02:00
parent 0b79a37fe7
commit 5b68610f78
3 changed files with 43 additions and 34 deletions

View File

@@ -6,7 +6,7 @@ from asyncio import StreamReader, StreamWriter
from aiohttp import web
from logging import config # noqa F401
from proxy import Proxy
from inverter_base import InverterIfc
from inverter_ifc import InverterIfc
from gen3.inverter_g3 import InverterG3
from gen3plus.inverter_g3p import InverterG3P
from scheduler import Schedule