diff options
| author | Santo Cariotti <sancn@live.com> | 2017-07-20 17:03:57 +0000 |
|---|---|---|
| committer | Santo Cariotti <sancn@live.com> | 2017-07-20 17:03:57 +0000 |
| commit | 99d5a8a7c7f86725d772f19e007c24e9f1397740 (patch) | |
| tree | 7bdf257903276b85583e25a606f8a47918264029 /lib/listcommands.py | |
| parent | b70d022b34f496b5ff05b9836cdb044f12e02c0e (diff) | |
added docstrings
Diffstat (limited to 'lib/listcommands.py')
| -rw-r--r-- | lib/listcommands.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/listcommands.py b/lib/listcommands.py index 2d90cea..6c7ea65 100644 --- a/lib/listcommands.py +++ b/lib/listcommands.py @@ -2,6 +2,9 @@ import sys from classes import Colors class ListCommands(object): + """ + ListCommands is used for return errors and check what commands exists + """ info = { 'info' : 'this is stout', |
