Main Application¶
Main running file of the app.
Contains the definition of the app’s root window and initialization of core.App, that further handles all application processes.
- main.main()¶
Initialize the root window and gui.App, build the App and display inside the window.
- Returns:
None