How to share code between scripts?

I have various scripts that share some functions. Is it possible not to have to duplicate these function’s code in each script?

If you use cloud service, this is not possible at this moment. If you use a self-hosted one or dedicated, and you use Python script, there is a possibility to mount a local folder to the python docker container and reuse code.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.