Skip to content

Commit 0582e77

Browse files
author
Joel Collins
committed
Re-added compatibility import
1 parent fd2144b commit 0582e77

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/labthings/server/schema.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1+
from ..schema import (
2+
Schema,
3+
FieldSchema,
4+
TaskSchema,
5+
ExtensionSchema,
6+
ActionSchema,
7+
build_action_schema,
8+
pre_load,
9+
pre_dump,
10+
)
111

12+
__all__ = [
13+
"Schema",
14+
"FieldSchema",
15+
"TaskSchema",
16+
"ExtensionSchema",
17+
"ActionSchema",
18+
"build_action_schema",
19+
"pre_load",
20+
"pre_dump",
21+
]

0 commit comments

Comments
 (0)