fix(cli): support runtime without peps604

This commit is contained in:
程序员阿江-Relakkes
2025-09-26 17:38:50 +08:00
parent 95c740dee2
commit 9d6cf065e9

View File

@@ -9,6 +9,9 @@
# 使用本代码即表示您同意遵守上述原则和LICENSE中的所有条款。 # 使用本代码即表示您同意遵守上述原则和LICENSE中的所有条款。
from __future__ import annotations
from enum import Enum from enum import Enum
from types import SimpleNamespace from types import SimpleNamespace
from typing import Iterable, Optional, Sequence, Type, TypeVar from typing import Iterable, Optional, Sequence, Type, TypeVar