From 876d5f61ca98d57eeaa7e4223820c89022776b77 Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Wed, 27 Jun 2018 19:22:32 +0200 Subject: [PATCH] Created files for handlers | defined method for instantiating handlers --- App/.idea/workspace.xml | 246 +++++++++++++++++++++++------- App/application.py | 12 +- App/handlers/TextHandler.py | 10 ++ App/handlers/URLHandler.py | 10 ++ App/handlers/UnexpectedHandler.py | 10 ++ 5 files changed, 229 insertions(+), 59 deletions(-) create mode 100644 App/handlers/TextHandler.py create mode 100644 App/handlers/URLHandler.py create mode 100644 App/handlers/UnexpectedHandler.py diff --git a/App/.idea/workspace.xml b/App/.idea/workspace.xml index 9e475b0..36a431b 100644 --- a/App/.idea/workspace.xml +++ b/App/.idea/workspace.xml @@ -2,13 +2,11 @@ - - - - + + + - @@ -234,6 +238,9 @@ @@ -260,6 +267,7 @@ + @@ -281,7 +289,6 @@