Apply tags from the python

This commit is contained in:
Ayaz Salikhov
2021-03-20 21:02:21 +03:00
parent 9fe5186aba
commit ffbe758e54
5 changed files with 134 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
class TaggerInterface:
"""HooksInterface for all hooks common interface"""
@staticmethod
def tag_value(image):
raise NotImplementedError
@staticmethod
def tag_name():
raise NotImplementedError