mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-09-11 17:58:17 +00:00
6 lines
124 B
Python
6 lines
124 B
Python
from cocoa.inter import PyGUIObject
|
|
|
|
class PyStatsLabel(PyGUIObject):
|
|
def display(self):
|
|
return self.py.display
|