mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
sort order
This commit is contained in:
@@ -11,6 +11,11 @@ import os
|
||||
|
||||
from typing_extensions import Final
|
||||
|
||||
from ._border import BORDER_CHARS
|
||||
|
||||
__all__ = ["BORDERS"]
|
||||
|
||||
|
||||
get_environ = os.environ.get
|
||||
|
||||
|
||||
@@ -27,11 +32,6 @@ def get_environ_bool(name: str) -> bool:
|
||||
return has_environ
|
||||
|
||||
|
||||
from ._border import BORDER_CHARS
|
||||
|
||||
__all__ = ["BORDERS"]
|
||||
|
||||
|
||||
BORDERS = list(BORDER_CHARS)
|
||||
|
||||
DEBUG: Final[bool] = get_environ_bool("TEXTUAL_DEBUG")
|
||||
|
||||
Reference in New Issue
Block a user