We will consider this engine as a python
package. So, the implementation is
based on module
syntax not script
syntax.
- Considering the Entry point for our project at:
python -m src.main
I have used the pyproject.toml
to configur the pyright
using the code snippet offered from
- pyright import using src error and finding it here:
- pyright import snippet
[tool.pyright]
include = ["src"]
Running the following,
python -m tests.testing_linearAlgebra