diff --git a/communicator.py b/communicator.py new file mode 100644 index 0000000..38b2bf5 --- /dev/null +++ b/communicator.py @@ -0,0 +1,10 @@ +#!/usr/bin/env python + +""" +Main Flask RESTful API +""" + +__author__ = "@tormakris" +__copyright__ = "Copyright 2020, GoldenPogácsa Team" +__module_name__ = "messagesender" +__version__text__ = "1" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 5051901..07f9470 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ sentry_sdk +requests \ No newline at end of file