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
Shlomi Fish a4bea50ad1 flake8
2017-04-19 12:03:45 +03:00

11 lines
185 B
Python

import ttk
from tkwidget import MfxDialog
class BaseTileMfxDialog(MfxDialog):
def _calcToolkit(self):
return ttk
def _calc_MfxDialog(self):
return MfxDialog