I want to know if it is possible to create a local Python package in one Code Engine of Domo, then import and reuse it in another Code Engine.
For example:
- Create functions or a custom package in a first Code Engine.
- Share this code with another Code Engine to avoid duplication.
Is there a native way or alternative approaches to reuse code between multiple Code Engines in Domo? If so, what would be the best practice to achieve this?