mirror of https://github.com/CIRCL/AIL-framework
fix: [items] abstract class
parent
f1d637c2a4
commit
13d424adfa
|
@ -661,6 +661,12 @@ class Item(AbstractObject):
|
|||
def exist_correlation(self):
|
||||
pass
|
||||
|
||||
def get_link(self, flask_context=False):
|
||||
pass
|
||||
|
||||
def get_svg_icon(self):
|
||||
pass
|
||||
|
||||
############################################################################
|
||||
############################################################################
|
||||
############################################################################
|
||||
|
|
Loading…
Reference in New Issue