r2x 0.1.3

A framework plugin manager for the r2x power systems modeling ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
"""Minimal traitlets.config stub for noninteractive read tests."""


class _Section:
    pass


class Config:
    def __init__(self):
        self.TerminalInteractiveShell = _Section()
        self.HistoryManager = _Section()