convnwb.io.io.load_configs

convnwb.io.io.load_configs(files, folder=None)[source]

Load all configs together.

Parameters:
fileslist of str

Names of all the config files to load.

folderstr or Path, optional

Folder to load the config files from.

Returns:
configsdict

Information from the config files.