Skip to content
Snippets Groups Projects

adapter: re-publish reader/writer functions

Merged Leon Mauritz Möller requested to merge improve/republish_adapter_functions into master
1 unresolved thread
15 files
+ 90
81
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -12,3 +12,6 @@ json_deserialization.py
PyI40AAS object. A function `read_json_aas_file()` is provided to read all AAS objects within a JSON file and return
them as PyI40AAS ObjectStore.
"""
from .json_serialization import AASToJsonEncoder, write_aas_json_file, object_store_to_json
from .json_deserialization import StrictAASFromJsonDecoder, AASFromJsonDecoder, read_aas_json_file
Loading