mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
5 lines
114 B
Python
5 lines
114 B
Python
import os
|
|
|
|
from meshroom.core import loadAllNodes
|
|
|
|
loadAllNodes(os.path.join(os.path.dirname(__file__), "nodes"))
|