Will we want to run the script files separately or only as part of `main.py`? Just because `scripts` are not under `src`, so imports are a bit misbehaved when running individual scripts that import other scripts.
Will we want to run the script files separately or only as part of
main.py?Just because
scriptsare not undersrc, so imports are a bit misbehaved when running individual scripts that import other scripts.