Skip to main content

Python mecha

Importing custom Python code

When you’re writing code in Mage, you can import any other Python files using this format:
For example, if your project name is demo_project and you have the following folder structure:
You can write the following import statement to use functions in the demo_project/utils/helpers/shared.py file: