mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-03-14 01:23:21 -06:00
5 lines
142 B
Python
5 lines
142 B
Python
from __future__ import absolute_import
|
|
from . import spellchecker
|
|
import platform
|
|
if platform.system() == "Windows":
|
|
from .wx_ui import * |