예제 #1
0
    def load_settings(self, config_path):
        """
        Load all the main and local configurations into the system

        Args:
            config_path (str): This is the path to the main configuration/settings file
        """
        Settings.load_setings(config_path)
예제 #2
0
파일: kernel.py 프로젝트: rluta/pacbot
 def load_settings(self, config_path):
     Settings.load_setings(config_path)