We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a2486 commit 89a5e53Copy full SHA for 89a5e53
1 file changed
src/pals/kinds/__init__.py
@@ -5,6 +5,7 @@
5
from .ACKicker import ACKicker # noqa: F401
6
from .BeamBeam import BeamBeam # noqa: F401
7
from .BeamLine import BeamLine # noqa: F401
8
+from .Lattice import Lattice # noqa: F401
9
from .BeginningEle import BeginningEle # noqa: F401
10
from .Converter import Converter # noqa: F401
11
from .CrabCavity import CrabCavity # noqa: F401
@@ -39,3 +40,4 @@
39
40
# Rebuild pydantic models that depend on other classes
41
UnionEle.model_rebuild()
42
BeamLine.model_rebuild()
43
+Lattice.model_rebuild()
0 commit comments