๐ฅLoad module
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
Last updated