We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496933d commit 9217bfcCopy full SHA for 9217bfc
cmd2/__init__.py
@@ -1,4 +1,4 @@
1
#
2
# -*- coding: utf-8 -*-
3
-from .cmd2 import __version__, Cmd, CmdResult, Statement, categorize
+from .cmd2 import __version__, Cmd, CmdResult, Statement, EmptyStatement, categorize
4
from .cmd2 import with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category
0 commit comments