5 lines
142 B
Python
Raw Normal View History

2017-06-16 21:06:26 +00:00
from __future__ import absolute_import
from . import spellchecker
import platform
if platform.system() == "Windows":
from .wx_ui import *