feat(variable-handling): enhance variable and segment conversion (#10483)

This commit is contained in:
-LAN- 2024-11-12 21:51:09 +08:00 committed by GitHub
commit 70c2ec8ed5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 91 additions and 18 deletions

View file

@ -17,6 +17,7 @@ from .segments import (
from .types import SegmentType
from .variables import (
ArrayAnyVariable,
ArrayFileVariable,
ArrayNumberVariable,
ArrayObjectVariable,
ArrayStringVariable,
@ -58,4 +59,5 @@ __all__ = [
"ArrayStringSegment",
"FileSegment",
"FileVariable",
"ArrayFileVariable",
]