Dateien von pykerker übernommen.
This commit is contained in:
9
ParsedCommand.py
Normal file
9
ParsedCommand.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class ParsedCommand:
|
||||
def __init__(self):
|
||||
self.commandid = ''
|
||||
self.verb = None
|
||||
self.gegenstand = None
|
||||
self.gegenstand2 = None
|
||||
self.objekt = None
|
||||
self.key = '-1'
|
||||
|
Reference in New Issue
Block a user