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