Make textual keys work on older supported Pythons

This commit is contained in:
Dave Pearson
2023-02-01 16:37:53 +00:00
parent 6f24331564
commit 91630d6e04

View File

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