summaryrefslogtreecommitdiff
path: root/support.py
blob: 63883b9409f71620f87010b5ceee83f886e7c86a (plain)
1
2
3
4
5
6
'''
This file should contain all "helper" code for Cmd2.  

This includes things such as hook methods, ParsedString, Stubborndict, Borg, Statekeeper, 
History, and so on.
'''