Mercurial > python-cmd2
view cmd2/__init__.py @ 101:83315599cde7 0.3.7
ugh, was all messed up on the packaging
author | catherine@dellzilla |
---|---|
date | Mon, 29 Sep 2008 13:05:58 -0400 |
parents | 3de2a3eb765a |
children |
line wrap: on
line source
from cmd2 import Cmd, options, make_option, Statekeeper __all__ = ["cmd2", "flagReader", "bootstrap"] __version__ = '0.3.7'