mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
8 lines
270 B
Python
8 lines
270 B
Python
from typing import Any
|
|
|
|
from etl.xml_survey_extraction.XmlParser import PROPERTY_TYPE_LOOKUP
|
|
|
|
|
|
# This file should ultimately live somewhere different, probably
|
|
def parse_rdsap(xml_string: str) -> Any: # TODO: define shape of return object
|
|
raise NotImplementedError
|