ruff fixes
This commit is contained in:
parent
5932aac00d
commit
8f41f41455
34 changed files with 1435 additions and 896 deletions
|
@ -1,6 +1,6 @@
|
|||
import pygwin
|
||||
|
||||
win = pygwin.create('Title',(500,500))
|
||||
win = pygwin.create("Title", (500, 500))
|
||||
|
||||
run = True
|
||||
while run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue