Initial import NDC_1C

This commit is contained in:
2026-03-26 10:38:25 +03:00
commit a162d77ef7
2943 changed files with 3615871 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
$ErrorActionPreference = "Stop"
$EnvName = "ndc_1c_mvp"
$EnvPython = Join-Path $env:USERPROFILE "miniconda3\envs\$EnvName\python.exe"
if (-not (Test-Path $EnvPython)) {
$EnvPython = Join-Path $env:USERPROFILE "Miniconda3\envs\$EnvName\python.exe"
}
if (-not (Test-Path $EnvPython)) {
throw "Python for env '$EnvName' not found. Expected: $EnvPython"
}
& $EnvPython scripts/foxylink_probe_endpoint.py @args