Files
twblue/src/extra/SpellChecker/__init__.py

4 lines
91 B
Python
Raw Normal View History

import spellchecker
import platform
if platform.system() == "Windows":
from wx_ui import *