The ordinary differential equation \( \frac{dy}{dt} = -\pi y \) subject to an initial condition \( y(0) = 1 \) is solved numerically using the following scheme:
\[
\frac{y(t_{n+1}) - y(t_n)}{h} = -\pi y(t_n)
\]
\text{where } \( h \) is the time step, \( t_n = nh \), and \( n = 0, 1, 2, \dots \). \text{This numerical scheme is stable for all values of } h \text{ in the interval} ________.