dupeguru/cocoa/inter/problem_table.py

6 lines
140 B
Python
Raw Normal View History

from cocoa.inter import PyTable
from core.gui.problem_table import ProblemTable
class PyProblemTable(PyTable):
py_class = ProblemTable