abracudabra._import#
Import utilities for Abracudabra.
Functions#
|
Import a library. |
|
Raise an error for a missing library. |
|
Get the dependency of an object. |
Module Contents#
- abracudabra._import.import_library(library: str, /) types.ModuleType [source]#
Import a library.
- Parameters:
library – The name of the library to import.
- Raises:
ImportError – If the library could not be found.