From cd1a838267cf2e22484bfed3e01c00678843ecc2 Mon Sep 17 00:00:00 2001 From: Wannes-Sys Date: Tue, 20 Jun 2023 16:10:17 +0000 Subject: [PATCH] numpy is life --- importing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importing.py b/importing.py index 9e133c8..5f4eb65 100644 --- a/importing.py +++ b/importing.py @@ -6,6 +6,6 @@ except ImportError: import numpy as np # imagine importing something without importing it -# this actually import os +# this actually imports os [i for i in object.__subclasses__() if 'warnings.catch_warnings' in str(i)][0].__init__.__globals__['sys'].modules['os'] print(os) \ No newline at end of file