mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [items] abstract class
This commit is contained in:
parent
f1d637c2a4
commit
13d424adfa
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue