Rename Tetris2000.py to TETRIS2000.py

This commit is contained in:
adrienmalin 2018-08-21 19:27:30 +02:00 committed by GitHub
parent 64f12e84db
commit 04d88c73c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,4 @@ app = QtWidgets.QApplication.instance() or QtWidgets.QApplication(sys.argv)
win = Window() win = Window()
win.show() win.show()
win.frames.new_game() win.frames.new_game()
sys.exit(app.exec_()) sys.exit(app.exec_())