summaryrefslogtreecommitdiff
path: root/support.py
diff options
context:
space:
mode:
Diffstat (limited to 'support.py')
-rw-r--r--support.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/support.py b/support.py
index e69de29..63883b9 100644
--- a/support.py
+++ b/support.py
@@ -0,0 +1,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.
+''' \ No newline at end of file