clean pycache

This commit is contained in:
2025-04-06 10:41:53 +08:00
parent fdf2e1a3ff
commit 89c8b34550
11 changed files with 56 additions and 124 deletions

Binary file not shown.

View File

@@ -193,7 +193,7 @@ class Window(object):
self.running = 0
if_matters = Aux.eventproc(self.events, event, self.size)
if if_matters:
print(self.observers)
#print(self.observers)
for i in self.observers:
i(self.events)
#print(self.events)