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