We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c368339 commit d2c28daCopy full SHA for d2c28da
classes/command.py
@@ -3,7 +3,6 @@
3
especially the main script, to run commands.
4
"""
5
6
-#How does this still work?
7
class Command():
8
list_of_commands = {}
9
def __init__(self, keyword, docstring, args_docstring, max_args, method):
0 commit comments