Move ElementSupply to own file and document it
This commit is contained in:
parent
7c89ada5f0
commit
b71e3e15d6
4 changed files with 156 additions and 97 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue