Video-Summary/Application/Classifiers/ClassifierInterface.py

6 lines
182 B
Python
Raw Normal View History

2020-10-23 22:14:43 +00:00
class ClassifierInterface:
def tagLayers(self, layers):
"""takes layers, returns list (len(), same as input) of lists with tags for corresponfing layers"""
pass