Files
aitbc/scripts/wrappers
aitbc aa2725ec2b fix: add REPO_DIR to PYTHONPATH in wrapper scripts for aitbc module imports
The wrapper scripts were setting PYTHONPATH to only the app's src directory,
causing ModuleNotFoundError when trying to import from the aitbc package.
Added REPO_DIR to PYTHONPATH to ensure aitbc module can be imported.
2026-04-25 08:12:02 +02:00
..