mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-25 17:39:23 +00:00
7 lines
182 B
Python
7 lines
182 B
Python
from __future__ import absolute_import
|
|
from __future__ import unicode_literals
|
|
from . import spellchecker
|
|
import platform
|
|
if platform.system() == "Windows":
|
|
from .wx_ui import *
|