26216064e0
将原来的 main.py/step_model.py 拆分为 step_editor 包,补充测量、同域高亮、模型修复、历史导出、槽宽/凸台/边长等 MVP 编辑能力,并更新 README 和忽略规则。
8 lines
127 B
Python
8 lines
127 B
Python
from __future__ import annotations
|
|
|
|
from step_editor.app import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|