Skip to content

Commit fbbfe25

Browse files
committed
Add default imports back in
1 parent bfdb482 commit fbbfe25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd2/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
#
22
# -*- coding: utf-8 -*-
3+
from .cmd2 import __version__, Cmd, AddSubmenu, CmdResult, categorize
4+
from .cmd2 import with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category

0 commit comments

Comments
 (0)