Skip to content

Commit 4bf8412

Browse files
committed
Added root import of LabThing class
1 parent 65b48db commit 4bf8412

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/labthings/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .labthing import LabThing
2+
3+
__all__ = ["LabThing"]

0 commit comments

Comments
 (0)