Skip to content

Commit b2ac30d

Browse files
authored
Add missing import (#170)
1 parent 751aa62 commit b2ac30d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lambeq/backend/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'Category',
1818
'Cup',
1919
'Diagram',
20+
'Frame',
2021
'Functor',
2122
'Id',
2223
'Spider',
@@ -30,7 +31,7 @@
3031
'draw_equation',
3132
'to_gif']
3233

33-
from lambeq.backend.grammar import (Box, Cap, Category, Cup, Diagram, Functor,
34-
Id, Spider, Swap, Ty, Word)
34+
from lambeq.backend.grammar import (Box, Cap, Category, Cup, Diagram,
35+
Frame, Functor, Id, Spider, Swap, Ty, Word)
3536
from lambeq.backend.pregroup_tree import PregroupTreeNode
3637
from lambeq.backend.drawing import draw, draw_equation, to_gif

0 commit comments

Comments
 (0)