sashtech's picture
Rename language_tool_python to language_tool_python/__init__.py
f89abc8 verified
raw
history blame contribute delete
248 Bytes
"""LanguageTool through server mode.
migration URL: https://languagetool.org/http-api/migration.php
"""
from .language_tag import LanguageTag
from .match import Match
from .server import LanguageTool, LanguageToolPublicAPI
from . import utils