Currently, I have a line of code such as import module.
Instead, how can I do something like run_python("import module")?
Please keep in mind that I would like to use the module in my script after importing it.
Currently, I have a line of code such as import module.
Instead, how can I do something like run_python("import module")?
Please keep in mind that I would like to use the module in my script after importing it.