Skip to content

Commit 15dd089

Browse files
committed
#1 Add empty cli module
1 parent 06e5eb5 commit 15dd089

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

deshima_rawdata/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
__all__ = []
1+
__all__ = ["cli"]
22
__version__ = "2023.11.0"
3+
4+
5+
# submodules
6+
from . import cli

deshima_rawdata/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__all__ = []
2+

0 commit comments

Comments
 (0)