diff --git a/cmd_arg/arg.py b/cmd_arg/arg.py index ba20e65..fb15d65 100644 --- a/cmd_arg/arg.py +++ b/cmd_arg/arg.py @@ -9,6 +9,9 @@ # 使用本代码即表示您同意遵守上述原则和LICENSE中的所有条款。 +from __future__ import annotations + + from enum import Enum from types import SimpleNamespace from typing import Iterable, Optional, Sequence, Type, TypeVar