mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
6 lines
140 B
Python
6 lines
140 B
Python
from cocoa.inter import PyTable
|
|
|
|
from core.gui.problem_table import ProblemTable
|
|
|
|
class PyProblemTable(PyTable):
|
|
py_class = ProblemTable |