๐Ÿ—‘๏ธDeleting a module

def uninstall_module(self, name: str) -> bool:

name - internal name of the module. Returns True - success, False - failure

Last updated