Skip to content

Commit bb6d984

Browse files
committed
dev: create __all__ list in __init__.py
1 parent f2c98ab commit bb6d984

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

argparse_subdec/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
from .subdec import SubDec
2+
3+
4+
__all__ = [
5+
'SubDec',
6+
]

0 commit comments

Comments
 (0)