# Command Line Scripts This project includes standalone scripts located in the `scripts/` directory. ## Matrix Multiplier (`run_matrix.py`) This script demonstrates the usage of our internal `mypkgs.math` library. ::::{dropdown} Click to view the source code :::{literalinclude} ../scripts/run_matrix.py :language: python :linenos: true ::: ::::