mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
Apply tags from the python
This commit is contained in:
13
tagging/tagger_interface.py
Normal file
13
tagging/tagger_interface.py
Normal 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
|
Reference in New Issue
Block a user