missing import
This commit is contained in:
parent
19ac45a4f4
commit
59a986546c
1 changed files with 1 additions and 0 deletions
|
|
@ -1042,6 +1042,7 @@ class Tree(MutableLibrary):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def mk(cls, top: str) -> Tuple['Tree', 'Pattern']:
|
def mk(cls, top: str) -> Tuple['Tree', 'Pattern']:
|
||||||
|
from .pattern import Pattern
|
||||||
tree = cls(top=top)
|
tree = cls(top=top)
|
||||||
pat = Pattern()
|
pat = Pattern()
|
||||||
tree[top] = pat
|
tree[top] = pat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue