Issue #67: refactor text processing.

This commit is contained in:
Sergey Vartanov 2021-11-02 23:50:03 +03:00
parent a73006e67e
commit 7eaf3678f9
5 changed files with 95 additions and 75 deletions

View file

@ -23,6 +23,7 @@ class LabelMode(Enum):
NO = "no"
MAIN = "main"
ALL = "all"
ADDRESS = "address"
class BuildingMode(Enum):