Skip to content
Snippets Groups Projects

Algorithm inherit from object

Merged Amir MOHAMMADI requested to merge algorithm into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@ import os
from bob.bio.base import utils
class Algorithm:
class Algorithm(object):
"""This is the base class for all anti-spoofing algorithms.
It defines the minimum requirements for all derived algorithm classes.
Loading