diff --git a/demo_code.py b/demo_code.py index 79389ac9d..24f25e023 100644 --- a/demo_code.py +++ b/demo_code.py @@ -18,6 +18,7 @@ def __init__(self): self.limits = (1, 10) def get_number(self, min_max): + breakpoint() raise NotImplemented def smethod():