Break down `xas_object_definition` file in a Python module
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