Skip to content

Commit 155b8a1

Browse files
Add additional symbols from review
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
1 parent bd7475d commit 155b8a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/labthings_fastapi/__init__.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
from . import deps
1010
from . import outputs
1111
from .outputs import blob
12-
from .server import ThingServer
12+
from .server import ThingServer, cli
13+
from .client import ThingClient
14+
from .utilities import get_blocking_portal
1315

1416
# The symbols in __all__ are part of our public API.
1517
# They are imported when using `import labthings_fastapi as lt`.
@@ -29,4 +31,7 @@
2931
"outputs",
3032
"blob",
3133
"ThingServer",
34+
"cli",
35+
"ThingClient",
36+
"get_blocking_portal",
3237
]

0 commit comments

Comments
 (0)