Added engine timing graph

This commit is contained in:
Hector van der Aa
2026-03-10 16:36:03 +01:00
parent f24ec64193
commit 2825260fef
5 changed files with 402 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "enginemodeling"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"colortype>=5.0.1",
"matplotlib>=3.10.8",
]