mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
added create method without implementation and argument defintiions
This commit is contained in:
parent
b51556f056
commit
40d774b03a
1 changed files with 3 additions and 0 deletions
|
|
@ -94,3 +94,6 @@ class PublisherController:
|
|||
instances.append(instance)
|
||||
|
||||
self.instances = instances
|
||||
|
||||
def create(self, family, variant=None, options=None):
|
||||
print("TODO implement create")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue