For imported module, is it possible to get the importing module (name)? I\'m wondering if inspect can achieve it or not~
Even if you got it to work, this is probably less useful than you think since subsequent imports only copy the existing reference instead of executing the module again.