Move ElementSupply to own file and document it

This commit is contained in:
Joscha 2019-05-11 22:50:12 +00:00
parent 7c89ada5f0
commit b71e3e15d6
4 changed files with 156 additions and 97 deletions

View file

@ -1,7 +1,8 @@
import collections
from typing import Any, List, Optional, Set
from .element import Element, ElementSupply, Id, RenderedElement
from .element import Element, Id, RenderedElement
from .element_supply import ElementSupply
from .exceptions import TreeException
from .markup import AttributedText
from .tree_list import TreeList