Systemy_DialogowePon15-30/model/DialogueState.py

7 lines
132 B
Python
Raw Normal View History

class DialogueState:
2021-04-26 14:26:52 +02:00
def __init__(self):
self.currentActs = []
self.previousActs = []
2021-04-26 14:26:52 +02:00
self.date = None