4 lines
91 B
Python
Raw Normal View History

2016-02-13 17:06:36 -06:00
import spellchecker
import platform
if platform.system() == "Windows":
2016-02-16 17:20:55 -06:00
from wx_ui import *