dagify/converter/controlm.py [32:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        source_path=None,
        output_path=None,
        templates_path="./templates",
        config_file="./config.yaml",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dagify/converter/report_generator.py [39:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        source_path=None,
        output_path=None,
        templates_path="./templates",
        config_file="./config.yaml",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



