feat: Adds initial room pressure calculations.

This commit is contained in:
2025-03-01 01:02:03 -05:00
parent af24ef3971
commit 5630820575
3 changed files with 155 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
struct ValidationError: Error {
let message: String
}