frequenz-microgrid 0.2.2

A high-level interface to the Frequenz Microgrid API.
Documentation
1
2
3
4
5
6
7
8
# License: MIT
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH

"""Configuration file for nox."""

from frequenz.repo.config import RepositoryType, nox

nox.configure(RepositoryType.API)