Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pragyakhanna11 authored Jun 14, 2021
1 parent 70fa3c2 commit 3c4c2c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PyGamesScripts/Sudoku/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from app_class import *

# The main driver code
if __name__=="__main__":
app = App()
app.run()


0 comments on commit 3c4c2c4

Please sign in to comment.