Skip to content

Commit 89a5e53

Browse files
committed
Reexport, rebuild new Lattice class
1 parent 82a2486 commit 89a5e53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pals/kinds/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from .ACKicker import ACKicker # noqa: F401
66
from .BeamBeam import BeamBeam # noqa: F401
77
from .BeamLine import BeamLine # noqa: F401
8+
from .Lattice import Lattice # noqa: F401
89
from .BeginningEle import BeginningEle # noqa: F401
910
from .Converter import Converter # noqa: F401
1011
from .CrabCavity import CrabCavity # noqa: F401
@@ -39,3 +40,4 @@
3940
# Rebuild pydantic models that depend on other classes
4041
UnionEle.model_rebuild()
4142
BeamLine.model_rebuild()
43+
Lattice.model_rebuild()

0 commit comments

Comments
 (0)