feat: add reactor control persistence and tests

This commit is contained in:
Andrii Prokhorov
2025-11-21 17:11:00 +02:00
commit cc7fba4e7a
43 changed files with 1435 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "fission-sim"
version = "0.1.0"
description = "Simplified nuclear reactor simulation"
requires-python = ">=3.10"
authors = [
{ name = "Fission Sim Team" }
]
dependencies = []
[project.optional-dependencies]
dev = ["pytest>=7.0"]
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"