Coverage for src / mppy / __init__.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.14.0, created at 2026-05-13 09:54 +0200

1from .scalar import Scalar 

2from .matrix import Dense, Sparse 

3from .constants import e, eps 

4 

5__all__ = ["Scalar", "Sparse", "e", "eps", "Dense"]