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

6
run_simulation.py Normal file
View File

@@ -0,0 +1,6 @@
"""Convenience entry-point for running the reactor simulation."""
from reactor_sim.simulation import main
if __name__ == "__main__":
main()