summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd2/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd2/__init__.py b/cmd2/__init__.py
index bf6c047f..0e0b6a3a 100644
--- a/cmd2/__init__.py
+++ b/cmd2/__init__.py
@@ -1,2 +1,4 @@
#
# -*- coding: utf-8 -*-
+from .cmd2 import __version__, Cmd, AddSubmenu, CmdResult, categorize
+from .cmd2 import with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category