cad stability

This commit is contained in:
IDONTSUDO 2023-06-30 21:47:53 +03:00
parent f59bb9d801
commit fe714b1123
40 changed files with 1655 additions and 49 deletions

View file

@ -52,5 +52,5 @@ if __name__ == "__main__":
outPath=args.outPath
)
StabilityCheckUseCase().call(
args.outPath
args.outPath
)