Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from pkg import mod
print(mod.foo())
import pkg.mod
print(mod is pkg.mod)