Tutorials¶
This section contains tutorials that (should) guid the user through various use cases of Haver’s module system.
Exporting and Importing a Class¶
In this tutorial we will define two classes in two different modules:
Define the two classes and implicitly both modules.
Export one class in its modules application programming interface and import it in the module.
Use the one class in a method of the other class.
Using the Export/Import Wizard¶
In this tutorial we will define two classes in two different modules and let the wizard export and import one of the classes into the other module.