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).
This prefixes objects import in top-level
helsim_RUN_KK
module fromhelsim_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).