4 lines
99 B
Python
Raw Normal View History

2019-01-02 04:42:53 +03:00
from . import spellchecker
2016-02-13 17:06:36 -06:00
import platform
if platform.system() == "Windows":
2019-01-02 04:42:53 +03:00
from .wx_ui import *