mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-16 20:29:02 +00:00
989026051c
--HG-- branch : objp
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
|