mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
comment
This commit is contained in:
@@ -13,6 +13,8 @@ NUMBER_OF_SHADES = 3
|
||||
|
||||
|
||||
class ColorProperty:
|
||||
"""Descriptor to parse colors."""
|
||||
|
||||
def __set_name__(self, owner: ColorSystem, name: str) -> None:
|
||||
self._name = f"_{name}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user