9 lines
188 B
Python
9 lines
188 B
Python
|
|
"""
|
||
|
|
NXOpen Journal Scripts
|
||
|
|
|
||
|
|
Python scripts that execute within the NX environment using NXOpen API.
|
||
|
|
These scripts are called via subprocess from the MCP server.
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|