A module containing everything. For example:
from everything import *
print(sys.path) # sys is imported
Now you have imported every module on the system. Good luck.
pip install import-everything
Looks like PyPI doesn't allow "everything" as a package name as it's "exploitable".