mod: разделение функциональности по файлам

This commit is contained in:
2025-05-11 18:56:50 +03:00
parent c4262bb1d1
commit bc20296729
6 changed files with 102 additions and 76 deletions

View File

@@ -10,5 +10,5 @@ Typography - библиотека для экранной типографики
"""
__version__ = "0.1.0"
import regex
from etpgrf import processor, hyphenation
from etpgrf.typograph import Typographer
from etpgrf.hyphenation import Hyphenator