Skip to content

Commit 3c4c2c4

Browse files
Update main.py
1 parent 70fa3c2 commit 3c4c2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PyGamesScripts/Sudoku/main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from app_class import *
22

3+
# The main driver code
34
if __name__=="__main__":
45
app = App()
56
app.run()
6-
7+

0 commit comments

Comments
 (0)