We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c98ab commit bb6d984Copy full SHA for bb6d984
1 file changed
argparse_subdec/__init__.py
@@ -1 +1,6 @@
1
from .subdec import SubDec
2
+
3
4
+__all__ = [
5
+ 'SubDec',
6
+]
0 commit comments