So my entire app uses
`from a.b.c.d import some_function`
and it seems if that happens first, then it is too late for @ patch to do anything about it
`import a.b.c.d as mod
mod.some_function()`
patching that seems to just work. https://x.com/mistersql/status/1383167883103064070
Post
April 17, 2021