dump-things-server/dump_things_service/patches/enabled.py
Christian Monch 14d64d121a add patch for type reference generation
Sort type references topologically to ensure
that base classes are defined before derived
classes.

This patch fixes issue #2600 of linkml:
<https://github.com/linkml/linkml/issues/2600>
2025-12-17 21:47:38 +01:00

7 lines
301 B
Python

import dump_things_service.patches.compile
import dump_things_service.patches.enumerations
import dump_things_service.patches.ifabsent_processing
import dump_things_service.patches.pythongen_gen_references
import dump_things_service.patches.rdflib_loader
import dump_things_service.patches.yamlutils