Dateien von pykerker übernommen.

This commit is contained in:
Olli Graf
2022-01-18 06:40:26 +01:00
commit 8f84706546
16 changed files with 777 additions and 0 deletions

7
parser/ParsedCommand.py Normal file
View File

@@ -0,0 +1,7 @@
class ParsedCommand():
def __init__(self):
self.commandid = -1
self.verb = None
self.gegenstand = None
self.objekt = None