1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/pysollib/tk/basetkmfxdialog.py
2017-05-22 17:35:20 +03:00

11 lines
218 B
Python

from six.moves import tkinter
from pysollib.tk.tkwidget import MfxDialog
class BaseTkMfxDialog(MfxDialog):
def _calcToolkit(self):
return tkinter
def _calc_MfxDialog(self):
return MfxDialog