Skip to content

Commit

Permalink
Rename drawing_book.py to sketch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sagnik20 authored Sep 24, 2020
1 parent c6e1e36 commit 7b5a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drawing_book.py → sketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ def paint(self,event):
self.old_x=event.x

if __name__ == '__main__':
Paint()
Paint()

0 comments on commit 7b5a398

Please sign in to comment.