This commit is contained in:
henryruhs
2025-03-10 10:42:21 +01:00
parent 57ef628138
commit 096d31cad6

View File

@@ -1,5 +1,5 @@
import platform import platform
from typing import Any, Optional, Sequence, Iterable, Reversible from typing import Any, Iterable, Optional, Reversible, Sequence
def is_linux() -> bool: def is_linux() -> bool: