dupeguru-cocoa/cocoa/inter/stats_label.py

10 lines
201 B
Python

from cocoa.inter import PyGUIObject, GUIObjectView
class StatsLabelView(GUIObjectView):
pass
class PyStatsLabel(PyGUIObject):
def display(self) -> str:
return self.model.display