Skip to content

Files

Latest commit

9d9f70d · Dec 23, 2022

History

History
7 lines (4 loc) · 282 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 282 Bytes

SideImportModule

function to import a python module without writing "import x".

It might not work in all situations and most of the time shouldn't be done this way.

It was just an experiment where things where done very dynamically depending on how the code was run.