Add get_callback method to BasePlugin
This commit is contained in:
parent
667e7c42ff
commit
f2389023ae
1 changed files with 3 additions and 0 deletions
|
|
@ -10,3 +10,6 @@ class BasePlugin:
|
|||
|
||||
def get(self) -> Any:
|
||||
pass
|
||||
|
||||
def get_callback(self, _id=None):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue