Mercurial > python-cmd2
view cmd2/__init__.py @ 100:3de2a3eb765a
oops, renesting directory
author | catherine@dellzilla |
---|---|
date | Mon, 29 Sep 2008 12:48:29 -0400 |
parents | __init__.py@1dfe882138aa |
children |
line wrap: on
line source
from cmd2 import Cmd, options, make_option, Statekeeper __all__ = ["cmd2", "flagReader", "bootstrap"] __version__ = '0.3.7'