Skip to content

Commit d04ce80

Browse files
committed
Add the default command line args
1 parent 675db12 commit d04ce80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
__version__ = '1.0.0a1'
22

3-
from .communication import start_did_finder # NOQA
3+
from .communication import start_did_finder, \
4+
default_command_line_args # NOQA

0 commit comments

Comments
 (0)