We only use npm to manage packages and versions. This means that after we install a peer we still need to finish it's installation by including it's main entry point ...
ps_render_tool/ ├── main.py # 程序入口 ├── build_final.py # Nuitka 打包脚本 ├── requirements.txt # 依赖列表 ├── icon.ico # 应用图标 │ ├── core/ # 核心模块 │ ├── ps_controller.py # Photoshop COM ...