input/output #18

Merged
Patrick_Pluto merged 8 commits from YasinOnm08/ai-virtual-assistant:main into main 2024-09-16 12:01:52 +02:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit bbe686d665 - Show all commits

4
py/api.py Normal file
View file

@ -0,0 +1,4 @@
class api:
def sendMessage(message):
answer = "Test"
return answer

View file