mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
init commit of PublisherController
This commit is contained in:
parent
0658fe6be0
commit
9eb2d3ff1f
1 changed files with 8 additions and 0 deletions
8
openpype/tools/new_publisher/control.py
Normal file
8
openpype/tools/new_publisher/control.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import logging
|
||||
import avalon.api
|
||||
|
||||
|
||||
class PublisherController:
|
||||
def __init__(self):
|
||||
self.log = logging.getLogger("PublisherController")
|
||||
self.host = avalon.api.registered_host()
|
||||
Loading…
Add table
Add a link
Reference in a new issue