diff --git a/docs/description.drawio b/docs/description.drawio new file mode 100644 index 0000000..491d3b2 --- /dev/null +++ b/docs/description.drawio @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/py/api.py b/py/api.py new file mode 100644 index 0000000..e5ffba9 --- /dev/null +++ b/py/api.py @@ -0,0 +1,7 @@ +import requests + +class api: + + def send_message(message): + answer = "Test" + return answer \ No newline at end of file diff --git a/py/main.py b/py/main.py deleted file mode 100644 index e69de29..0000000