Files
twblue/srcantiguo/extra/SpellChecker/__init__.py
Jesús Pavón Abián 932e44a9c9 Avance
2026-01-11 20:13:56 +01:00

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 *