From 9a423c958691c339265e4c368cdf9fd53eb98f0e Mon Sep 17 00:00:00 2001 From: Aya Amr Date: Tue, 14 May 2019 02:16:07 +0200 Subject: [PATCH] #14 added text_classifier class and constructor --- text_classifier.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/text_classifier.py b/text_classifier.py index e69de29..8866de0 100644 --- a/text_classifier.py +++ b/text_classifier.py @@ -0,0 +1,4 @@ +class TextClassifier(): + + def __init__(self): + super.__init__() \ No newline at end of file