Samuel schrieb:
> Hi,
>
> I currently have two files:
>
> core.py
> Runs the application, provides APIs to plugins
>
> untrusted-plugin.py
> Executes code using the API from core.py
>
> I would like to run the code of untrusted-plugin.py in a sandbox, but
> still provide it with some hooks
Hi,
I currently have two files:
core.py
Runs the application, provides APIs to plugins
untrusted-plugin.py
Executes code using the API from core.py
I would like to run the code of untrusted-plugin.py in a sandbox, but
still provide it with some hooks to the core API.
My environment does not