summaryrefslogtreecommitdiff
path: root/cmd2/__init__.py
blob: e9a82acb38a669e3604541e4b62c068711f3af6c (plain)
1
2
3
4
5
#
# -*- coding: utf-8 -*-
"""This simply imports certain things for backwards compatibility."""
from .cmd2 import __version__, Cmd, CmdResult, Statement, EmptyStatement, categorize
from .cmd2 import with_argument_list, with_argparser, with_argparser_and_unknown_args, with_category