Skip to content

Commit e6355dd

Browse files
authored
Add wrapped plan stubs to init (#1690)
1 parent bfbf803 commit e6355dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dodal/plan_stubs/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .wrapped import move, move_relative, set_absolute, set_relative, sleep, wait
2+
3+
__all__ = ["move", "move_relative", "set_absolute", "set_relative", "sleep", "wait"]

0 commit comments

Comments
 (0)