mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
5 lines
126 B
Python
5 lines
126 B
Python
from openpype.pipeline import install_host
|
|
from openpype.hosts.nuke.api import NukeHost
|
|
|
|
host = NukeHost()
|
|
install_host(host)
|