kopia lustrzana
https://github.com/arsenetar/dupeguru.git
synced 2025-07-05 15:03:20 +00:00
10 wiersze
200 B
Python
10 wiersze
200 B
Python
from cocoa.inter import PyGUIObject
|
|
|
|
from core.gui.stats_label import StatsLabel
|
|
|
|
class PyStatsLabel(PyGUIObject):
|
|
py_class = StatsLabel
|
|
|
|
def display(self):
|
|
return self.py.display
|