common.py
pattern is deprecated. Use standard Python module and package structures instead.tools/payments/common.py
:
tools/payments/charge.py
:
common.py
modules are correctly packaged and accessible in the final dist/
output. The ImportTransformer
in golf.core.transformer
handles rewriting these imports to be absolute paths relative to the generated components
directory structure.