From 5624885bd014386eadfcbe62cea2ee11a60f850a Mon Sep 17 00:00:00 2001 From: Javinator9889 Date: Wed, 27 Jun 2018 10:51:45 +0200 Subject: [PATCH] Created files for handlers | defined method for instantiating handlers --- App/.idea/workspace.xml | 210 +++++++++++++++--- App/application.py | 40 +++- App/handlers/DeveloperHandler.py | 10 + App/handlers/HelpHandler.py | 14 ++ .../__init__.py => handlers/StartHandler.py} | 29 +-- App/handlers/VideoIDHandler.py | 10 + App/handlers/__init__.py | 3 + 7 files changed, 247 insertions(+), 69 deletions(-) create mode 100644 App/handlers/DeveloperHandler.py create mode 100644 App/handlers/HelpHandler.py rename App/{commands/__init__.py => handlers/StartHandler.py} (63%) create mode 100644 App/handlers/VideoIDHandler.py create mode 100644 App/handlers/__init__.py diff --git a/App/.idea/workspace.xml b/App/.idea/workspace.xml index 7f013ec..9e475b0 100644 --- a/App/.idea/workspace.xml +++ b/App/.idea/workspace.xml @@ -2,9 +2,13 @@ - + + + + - + + - + - - + + @@ -96,14 +100,59 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - @@ -130,7 +179,7 @@ - + @@ -174,10 +223,18 @@ @@ -213,7 +270,7 @@ - + @@ -334,7 +391,14 @@