update doc to make it clear that moduleImport(..) does not refer to PyPI names

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Erik Krogh Kristensen
2022-05-19 20:00:43 +02:00
committed by GitHub
parent d5f0446940
commit a5b11e88b4

View File

@@ -5,7 +5,8 @@
* - Use the `ModelInput` module to contribute new models.
* - Use the `ModelOutput` module to access the model results in terms of API nodes.
*
* The package name refers to a Pip package name.
* The package name refers to the top-level module the import comes from, and not a PyPI package.
* So for `from foo.bar import baz`, the package will be `foo`.
*/
private import python