NTD-Modelling-Consortium / ntd-model-sch

NTD SCH model
MIT License
0 stars 6 forks source link

Import modules from `helsim_FUNC_KK` package #51

Closed tlestang closed 5 months ago

tlestang commented 5 months ago

This prefixes objects import in top-level helsim_RUN_KK module from helsim_FUNC_KK package with their corresponding module namespace. This clarifies which objects come from which module.

The modules are made available in the helsim_FUNC_KK namespace through the package's __init__.py, fixing ruff linter errors related to objects not being used (see #50).