Skip to content

Commit 2973d12

Browse files
committed
Add Statement to default import
1 parent bbce3fc commit 2973d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# -*- coding: utf-8 -*-
3-
from .cmd2 import __version__, Cmd, CmdResult, categorize
3+
from .cmd2 import __version__, Cmd, CmdResult, Statement, categorize
44
from .cmd2 import with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category

0 commit comments

Comments
 (0)