Merge pull request #1711 from davep/textual-keys-older-pythons

Make `textual keys` work on older supported Pythons
This commit is contained in:
Will McGugan
2023-02-01 17:44:44 +01:00
committed by GitHub

View File

@@ -1,3 +1,5 @@
from __future__ import annotations
from rich.panel import Panel
from rich.text import Text