Add VMRayanalysis model and call parser

This commit is contained in:
r-sm2024
2024-06-18 21:30:24 +00:00
parent 2b70086467
commit 3cca80860d

View File

@@ -9,7 +9,7 @@
from typing import Any, Dict, List, Union, Literal, Optional
from pydantic_xml import BaseXmlModel, attr, element
#
##
class Param(BaseXmlModel):
name: str = attr()
type: str = attr()