optigob.resource_manager.import_factory ======================================= .. py:module:: optigob.resource_manager.import_factory Classes ------- .. autoapisummary:: optigob.resource_manager.import_factory.ImportFactory Module Contents --------------- .. py:class:: ImportFactory .. py:method:: load_config(config_path) :staticmethod: Loads a configuration file (JSON, YAML) based on the file extension. :param config_path: Path to the configuration file. :type config_path: str :returns: The loaded configuration as a dictionary. :rtype: dict