mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-26 09:59:23 +00:00
Spell checker is refactored in an MVC pattern and now works for tweets
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import spellchecker
|
||||
import platform
|
||||
if platform.system() == "Windows":
|
||||
from wx_ui import *
|
Reference in New Issue
Block a user