def init(): file_path = os.path.dirname(__file__) config_path = os.path.join(file_path, "..", "..", "config") manager.load_path(config_path)
def init(): config_path = os.path.join(os.path.dirname(__file__), 'config') manager.load_path(config_path)
def init(): file_path = os.path.dirname(__file__) config_path = os.path.join(file_path, '..', '..', 'config') manager.load_path(config_path)