@@ -1,3 +1,4 @@
+from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from starlette.applications import Starlette