summaryrefslogtreecommitdiff
path: root/lib/listcommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/listcommands.py')
-rw-r--r--lib/listcommands.py3
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',