Source code for kabbes_config.Config

from kabbes_config import Node
import py_starter as ps

[docs]class Config( Node ): def __init__( self, **kwargs ): Node.__init__( self, 'config', parent=None, value=None, **kwargs )