This commit is contained in:
2025-07-14 10:22:49 -04:00
parent bdaa406876
commit 39fd45e03f
12 changed files with 373 additions and 130 deletions

View File

@ -31,6 +31,8 @@ final class Exercise {
self.reps = reps
self.weight = weight
}
static let unnamed = "Unnamed Exercise"
}
extension Exercise: EditableEntity {