mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-05 07:49:02 +00:00
01f1e5e46e
--HG-- branch : objp
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 |