edager

Results 1 comments of edager

Thank you for the swift response :) old_schema.yaml ```yaml random: int() #include in different document now --- def_from_old_schema: element : str() other_element : num() ``` new_schema.yaml ```yaml list(include('def_from_old_schema')) ``` ```python...