394 def create(dlg): # noqa: U100 |
394 def create(dlg): # noqa: U100 |
395 """ |
395 """ |
396 Module function to create the configuration page. |
396 Module function to create the configuration page. |
397 |
397 |
398 @param dlg reference to the configuration dialog |
398 @param dlg reference to the configuration dialog |
399 @return reference to the instantiated page (ConfigurationPageBase) |
399 @type ConfigurationDialog |
|
400 @return reference to the instantiated page |
|
401 @rtype ConfigurationPageBase |
400 """ |
402 """ |
401 return MicroPythonPage() |
403 return MicroPythonPage() |