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.
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.