Email or username:

Password:

Forgot your password?
Мя :sparkles_lesbian:

Let me introduce you
cutoff.py — cut stupid bloatware things off from standard library prelude. Once called, prevents usage in all future imported modules

Planned for 0.2 release: non-builtin support

from cutoff import cut_off
cut_off(int)
int("42")
NameError: int is not defined
3 comments
Go Up