mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
8 lines
No EOL
248 B
Text
8 lines
No EOL
248 B
Text
-- OpenPype Init Script
|
|
(
|
|
local sysPath = dotNetClass "System.IO.Path"
|
|
local sysDir = dotNetClass "System.IO.Directory"
|
|
local startup = sysPath.Combine (sysPath.GetDirectoryName getSourceFile) "startup.py"
|
|
|
|
python.ExecuteFile startup
|
|
) |