ayon-core/openpype/hosts/nuke/startup/menu.py
2022-09-13 12:18:50 +02:00

5 lines
126 B
Python

from openpype.pipeline import install_host
from openpype.hosts.nuke.api import NukeHost
host = NukeHost()
install_host(host)