diff --git a/app/main.py b/app/main.py index e0b8c88..a02e9ba 100644 --- a/app/main.py +++ b/app/main.py @@ -22,9 +22,9 @@ def __set__(self, instance: object, value: int) -> None: class Visitor: - age = IntegerRange(min_amount=4, max_amount=60) - height = IntegerRange(min_amount=80, max_amount=220) - weight = IntegerRange(min_amount=20, max_amount=120) + # age = IntegerRange(min_amount=4, max_amount=60) + # height = IntegerRange(min_amount=80, max_amount=220) + # weight = IntegerRange(min_amount=20, max_amount=120) def __init__(self, name: str, age: int, weight: int, height: int) -> None: self.name = name