- core.py: import_categories_and_products() now takes resource_module as first arg,
uses importlib to load {resource_module}.init, calls load_product_category_product(parent_category_id)
- Resource module owns the full import logic (read source + write product_management)
- __init__.py: updated wrapper signature
- import_category_products.dspy: updated call
product_management
Description
Languages
Python
96%
Shell
4%