Skip to content
Snippets Groups Projects
Commit f9dd1f03 authored by s224362's avatar s224362
Browse files

removed folder

parent 92535c4a
No related branches found
No related tags found
No related merge requests found
import sys
from PyQt5.QtWidgets import QApplication
from mainWindow import MainWindow
def main():
app = QApplication(sys.argv)
window = MainWindow()
window.show()
sys.exit(app.exec_())
if __name__ == "__main__":
main()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment