We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed43a3d commit 1a5b79cCopy full SHA for 1a5b79c
1 file changed
deshima_rawdata/__init__.py
@@ -1,6 +1,10 @@
1
-__all__ = ["cli"]
+__all__ = ["cli", "download"]
2
__version__ = "2023.11.0"
3
4
5
# submodules
6
from . import cli
7
+
8
9
+# aliases
10
+from .cli import *
0 commit comments