Skip to content
Snippets Groups Projects
Commit d52f04ea authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

inherit from object

parent 362b118f
No related branches found
No related tags found
1 merge request!22Algorithm inherit from object
Pipeline #
...@@ -9,7 +9,7 @@ import os ...@@ -9,7 +9,7 @@ import os
from bob.bio.base import utils from bob.bio.base import utils
class Algorithm: class Algorithm(object):
"""This is the base class for all anti-spoofing algorithms. """This is the base class for all anti-spoofing algorithms.
It defines the minimum requirements for all derived algorithm classes. It defines the minimum requirements for all derived algorithm classes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment