Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 336 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 336 Bytes

everything

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.

Installation

pip install import-everything

Looks like PyPI doesn't allow "everything" as a package name as it's "exploitable".