Api boilerplate

This commit is contained in:
Patrick_Pluto 2024-09-16 09:58:54 +02:00
parent 9bd3a43d5d
commit c9c3dd70e2
2 changed files with 4 additions and 0 deletions

4
py/api.py Normal file
View file

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

View file