We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff037c commit 6bb4b52Copy full SHA for 6bb4b52
dandischema/models.py
@@ -0,0 +1,9 @@
1
+from .models_linkml import * # noqa: F401,F403
2
+from .models_orig import DANDI_INSTANCE_URL_PATTERN # noqa: F401
3
+
4
+# TODO: temporary imports of consts etc which might need to be 'redone'
5
+# so we do not duplicate them
6
7
8
+# TODO: do the extra tune ups like linking extra validations etc,
9
+# potentially copied from models_orig.py
0 commit comments