Added tasks interface to panel design
This commit is contained in:
parent
dbfafda49a
commit
3ce63dd74d
1 changed files with 3 additions and 0 deletions
|
@ -12,4 +12,7 @@ class PanelDesign (DesignEntity):
|
|||
raise NotImplementedError("Functions needs to be implemented")
|
||||
|
||||
def add_rssfeed (self, rss):
|
||||
raise NotImplementedError("Functions needs to be implemented")
|
||||
|
||||
def add_taks (self, tasks):
|
||||
raise NotImplementedError("Functions needs to be implemented")
|
Loading…
Reference in a new issue