raimad.string_import
def string_import(import_str: str, multiple: bool = False) -> Any:
Import a compo, specified by a string.
Parameters
import_strstr
A string representing a component or an entire module. The string is the the format `module.module.module.[...].compo` to import a specific compo, or `module.module.module.[...]` to import all compos in an entire module