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 8ba2e57Copy full SHA for 8ba2e57
mindee/input/__init__.py
@@ -1,12 +1,9 @@
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.sources.base_64_input import Base64Input
+from mindee.input.sources.bytes_input import BytesInput
+from mindee.input.sources.file_input import FileInput
+from mindee.input.sources.local_input_source import InputType, LocalInputSource
+from mindee.input.sources.path_input import PathInput
+from mindee.input.sources.url_input_source import UrlInputSource
12
from mindee.input.workflow_options import WorkflowOptions
0 commit comments