mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-19 05:19:03 +00:00
0c7d73854d
--HG-- branch : objp
7 lines
140 B
Python
7 lines
140 B
Python
from cocoa.inter2 import PyGUIObject
|
|
|
|
class PyStatsLabel(PyGUIObject):
|
|
|
|
def display(self) -> str:
|
|
return self.model.display
|