Skip to content

We should also write the main function #15

Open
@sudhanshuy17

Description

@sudhanshuy17

if name == 'main':
app = QApplication(sys.argv)
QApplication.setApplicationName('Helical Browser')
window = MainWindow()
app.exec_()

we can write these main lines of the code inside the main function

if name = 'main'
for faster execution of our code..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions