Position system is API for trading bots and gets data
git switch main && git pull
and then..
pixi install
execute all tests (tbd.)
pixi run test
or
pixi run test::$CASE$
using python sphinx (autodoc) to create a project's documentation
pixi run gendoc
to format the project use
pixi run fmt
or for single file format on save, just install the default ruff extension for VsCode.