pyunitwizard.configure.load_library#
- pyunitwizard.configure.load_library(library_names)[source]#
Load one or more backend libraries into runtime configuration.
- Parameters:
library_names (str or list of str) – Library name or list of library names to load.
- Returns:
Loaded libraries are registered in global runtime state.
- Return type:
None
- Raises:
TypeError – If library_names is not a string or a list/tuple of strings.