Skip to content

nmci: rework imports

Filip Pokryvka requested to merge fp/nmci_import_fix into main

Remember _module in each module, and use __getattr__ for not fully loaded module. This fixes autocomplete inside nmci/, simplifies imports (single import nmci at the beginning of the module is enough now).

Merge request reports