This commit is contained in:
takatost
2024-03-02 02:40:31 +08:00
parent 2eaae6742a
commit b80092ea12
15 changed files with 41 additions and 36 deletions

View File

@ -1,5 +1,5 @@
from enum import Enum
from typing import Literal, Any, Union, Optional
from typing import Any, Literal, Optional, Union
from pydantic import BaseModel