mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-02-16 22:36:25 +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):
|
def exist_correlation(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def get_link(self, flask_context=False):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def get_svg_icon(self):
|
||||||
|
pass
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
############################################################################
|
############################################################################
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue