Skip to content

Break down `xas_object_definition` file in a Python module

Loic Huder requested to merge refactor into main

xas_object_definition.py included a lot of different classes that made it hard to read/understand. I created new files to have one class per file and moved these new files in a new module/directory xas_object_definition.

See the commit list for detailed steps.

Edited by Loic Huder

Merge request reports