ruff fixes

This commit is contained in:
MeexReay 2025-09-20 17:53:29 +03:00
parent 5932aac00d
commit 8f41f41455
34 changed files with 1435 additions and 896 deletions

View file

@ -1,6 +1,6 @@
import pygwin
win = pygwin.create('Title',(500,500))
win = pygwin.create("Title", (500, 500))
run = True
while run: