class ParsedCommand(): def __init__(self): self.commandid = -1 self.verb = None self.gegenstand = None self.objekt = None