Skip to content
Snippets Groups Projects

Adding download option

Merged Ghost User requested to merge adding_download_option into master
All threads resolved!
Files
6
+ 2
0
@@ -20,6 +20,7 @@ from ._loading import read
from ._loading import load
from ._loading import show_source_formats
from ._loading import show_storage_formats
from .download import download
# Import the enums that are needed for selecting and filtering
from .enums import PoS, RelationKind
@@ -35,4 +36,5 @@ __all__ = [
"show_source_formats",
"load_default",
"RelationKind",
"download",
]