missing import
This commit is contained in:
parent
a1c4cdee1e
commit
dc2c12c26f
@ -1042,6 +1042,7 @@ class Tree(MutableLibrary):
|
||||
|
||||
@classmethod
|
||||
def mk(cls, top: str) -> Tuple['Tree', 'Pattern']:
|
||||
from .pattern import Pattern
|
||||
tree = cls(top=top)
|
||||
pat = Pattern()
|
||||
tree[top] = pat
|
||||
|
Loading…
Reference in New Issue
Block a user