From f34137052d2938a504f04a825951dca0913a9875 Mon Sep 17 00:00:00 2001 From: Akhil Batra Date: Sun, 19 Feb 2017 19:21:15 +0530 Subject: Add Api Basic framework skeleton - Requirements updated to remove flask and include connexion - Api specifications will be added to specs file in swagger/ - controllers module will handle all requests and responses JIRA: QTIP-213 Change-Id: Icfec15ddeff7d53c53ce64910ae2bddd4fc0f260 Signed-off-by: Akhil Batra --- qtip/api/controllers/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 qtip/api/controllers/__init__.py (limited to 'qtip/api/controllers') diff --git a/qtip/api/controllers/__init__.py b/qtip/api/controllers/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit 1.2.3-korg