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>
7 lines
301 B
Python
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
|