mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
10 lines
164 B
Python
10 lines
164 B
Python
from openpype.pipeline import install_host
|
|
from openpype.hosts.houdini import api
|
|
|
|
|
|
def main():
|
|
print("Installing OpenPype ...")
|
|
install_host(api)
|
|
|
|
|
|
main()
|