mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
10 lines
190 B
Python
10 lines
190 B
Python
import Tkinter
|
|
|
|
from tkwidget import MfxDialog
|
|
|
|
class BaseTkMfxDialog(MfxDialog):
|
|
def _calcToolkit(self):
|
|
return Tkinter
|
|
|
|
def _calc_MfxDialog(self):
|
|
return MfxDialog
|