Video-Summary/Application/Classifiers/ClassifierInterface.py

6 lines
181 B
Python

class ClassifierInterface:
def tagLayer(self, layers):
"""takes layers, returns list (len(), same as input) of lists with tags for corresponfing layers"""
pass