We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db44822 commit cdeda65Copy full SHA for cdeda65
classifier/classifier.py
@@ -1,10 +1,11 @@
1
#!/usr/bin/env python
2
3
""" Classifier
4
-
5
- ----------------Authors----------------
+ ----------------Contributors----------------
+ https://github.com/bhrigu123/classifier/graphs/contributors
6
+ ----------------Maintainer----------------
7
Bhrigu Srivastava <captain.bhrigu@gmail.com>
- ----------------Licence----------------
8
+ ----------------License----------------
9
The MIT License [https://opensource.org/licenses/MIT]
10
Copyright (c) 2015 Bhrigu Srivastava http://bhrigu123.github.io
11
@@ -262,5 +263,3 @@ def run(self):
262
263
print("Done!\n")
264
return True
265
266
-main()
0 commit comments