Hello,
I have developed an embedded python block in which I would like to import some files (other embedded python block) in order to avoid rewriting the existing code.
I have already tried “import /path/file_name”, but it returned an error.
How can I achieve my goal?
Thank you!