from __future__ import annotations

__version__ = "0.2.0"

from .solaredge import SolarEdge

__all__ = ["SolarEdge"]
