peilaus alkaen
https://github.com/arsenetar/dupeguru.git
synced 2025-07-09 00:23:21 +00:00
6 rivejä
124 B
Python
6 rivejä
124 B
Python
from cocoa.inter import PyGUIObject
|
|
|
|
class PyStatsLabel(PyGUIObject):
|
|
def display(self):
|
|
return self.py.display
|