Loader

A genuine multi-file Python package that imports sibling modules normally -- no open/read/exec surface.

gl0di Updated

File contents

Loader Skill (clean multi-file package)

A normal multi-file Python package: loader.py imports its pkg sibling package via ordinary from . import x / from .pkg import helper statements. No file is ever opened, read, or passed to exec/eval -- Python's own import machinery loads the code, not a runtime file-read-and-join helper.

gl0di/clawseccheck/tree/main/fixtures/clean_b336_package_import/skills/loader commit 6f385a4808

Frequently asked questions

npx skillmds@latest add gl0di/loader-5