1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/pysollib/tile/basetilemfxdialog.py
2020-02-11 23:38:28 +02:00

11 lines
216 B
Python

from six.moves import tkinter_ttk as ttk
from .tkwidget import MfxDialog
class BaseTileMfxDialog(MfxDialog):
def _calcToolkit(self):
return ttk
def _calc_MfxDialog(self):
return MfxDialog