fix: [items] abstract class

pull/586/head
Terrtia 2022-03-08 08:44:34 +01:00
parent f1d637c2a4
commit 13d424adfa
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 6 additions and 0 deletions

View File

@ -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
############################################################################
############################################################################
############################################################################