dupeguru-cocoa/cocoa/inter/stats_label.py

10 lines
201 B
Python
Raw Permalink Normal View History

2017-03-11 19:18:27 -06:00
from cocoa.inter import PyGUIObject, GUIObjectView
class StatsLabelView(GUIObjectView):
pass
class PyStatsLabel(PyGUIObject):
def display(self) -> str:
return self.model.display