Calculate length of unicode string

This commit is contained in:
Joscha 2019-06-09 14:22:28 +00:00
parent 17e49d529c
commit 0775d17357
3 changed files with 35 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# TODO retrieve attributes of any (x, y) coordinates
# TODO retrieve attributes of closest existing line (by y coordinate)
# TODO use ulen and unicode string splitting
import collections
from typing import Any, Deque, Iterator, List, Optional, Set, Tuple