Api boilerplate #2
2 changed files with 4 additions and 0 deletions
4
py/api.py
Normal file
4
py/api.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
class api:
|
||||
def sendMessage(message):
|
||||
answer = "Test"
|
||||
return answer
|
Loading…
Reference in a new issue