summaryrefslogtreecommitdiff
path: root/cmd2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2/__init__.py')
-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..617d643b 100644
--- a/cmd2/__init__.py
+++ b/cmd2/__init__.py
@@ -1,2 +1,4 @@
#
# -*- coding: utf-8 -*-
+from .cmd2 import __version__, Cmd, CmdResult, Statement, EmptyStatement, categorize
+from .cmd2 import with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category