chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:02:50 +08:00
commit 0fc60fdcb1
5008 changed files with 910633 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
REM Python Compile the Algorithm with all the files in current directory
nPython -m compileall -lq ..\..\
REM Copy to the Lean Algorithm Project
copy ..\..\__pycache__\*.pyc ..\..\..\Launcher\bin\Debug >NUL
copy ..\..\__pycache__\*.pyc ..\..\..\Launcher\bin\Release >NUL
copy ..\..\__pycache__\*.pyc ..\..\..\Tests\bin\Debug >NUL
REM Script intentionally discards errors. This line ensures the exit code is 0.