mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-26 01:49:22 +00:00
6 lines
178 B
Python
6 lines
178 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 * |