Import annotations from future in label py

This commit is contained in:
Darren Burns
2024-11-07 19:25:35 +00:00
parent 1de46af83d
commit e3d0fd268c

View File

@@ -1,5 +1,7 @@
"""Provides a simple Label widget."""
from __future__ import annotations
from typing import Literal
from rich.console import RenderableType