r2x 0.1.0

A framework plugin manager for the r2x power systems modeling ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
"""Stub logger module for integration tests."""


def configure_logging(*_, **__):
    """No-op logger configurator."""
    return None


def setup_logging(*_, **__):
    """No-op logging setup."""
    return None