Skip to content

Commit

Permalink
ibrahimsharaf#14 added text_classifier class and constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayatallah committed May 14, 2019
1 parent dac4f66 commit 9a423c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions text_classifier.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
class TextClassifier():

def __init__(self):
super.__init__()

0 comments on commit 9a423c9

Please sign in to comment.