Skips modules when multiple modules are import at once. For example, when running the following within the code initialised with mlmaid at start: ```python import io, base64, subprocess, os, wget, hashlib ``` Wget was not installed, had to be manually installed.