def load_module(self, name: str) -> Optional[str]:
Where name is the name of the module folder, followed by the internal name. Returns the base name of the module (specified in info.yaml) on success, and None on failure
name
info.yaml
None
Last updated 2 years ago