mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-03 16:37:28 +08:00
fix(cli): support runtime without peps604
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user