Description:
A wrapper around QApplication that simplifies
application startup and execution.
from VertexEngine.Vertex import App
app = App()
# create windows here
app.run()
run()The running application.