sempervirens
sempervirens copied to clipboard
Track imports with a magic string.
Brought out in a discussion at lunch in EuroSciPy,
some Libs author would prefer to auto-track their library import with just a magic string (like __sempervierens__ = True to avoid any extra potential dependencies on it.
I guess it might be doable with an import hook or alike, not sure.
I just want to record that here.