We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1e28d commit 2d14f63Copy full SHA for 2d14f63
mindee/input/__init__.py
@@ -1,12 +1,4 @@
1
from mindee.input.local_response import LocalResponse
2
from mindee.input.page_options import PageOptions
3
-from mindee.input.sources import (
4
- Base64Input,
5
- BytesInput,
6
- FileInput,
7
- InputType,
8
- LocalInputSource,
9
- PathInput,
10
- UrlInputSource,
11
-)
+from mindee.input import sources
12
from mindee.input.workflow_options import WorkflowOptions
0 commit comments