5 lines
145 B
Python
5 lines
145 B
Python
hello_act = 'hello'
|
|
name_request_act = 'request(name)'
|
|
name_response_act = 'inform(name)'
|
|
help_response_act = 'helpresponse'
|
|
unknown_act = 'null' |