Tutorials ========= This section contains tutorials that (should) guid the user through various use cases of |Havers| 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. .. figure:: SimpleImportTutorial.png :target: http://haver.klix.ch/_static/SimpleImportTutorial.mp4 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. .. figure:: ExportImportWizard.png :target: http://haver.klix.ch/_static/ExportImportWizard.mp4