Skip to content

Commit 453636b

Browse files
Allow interpreted subclasses
1 parent a46f33f commit 453636b

7 files changed

Lines changed: 167 additions & 126 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@
5050
"src/schema_salad/jsonld_context.py",
5151
"src/schema_salad/main.py",
5252
"src/schema_salad/makedoc.py",
53+
"src/schema_salad/metaschema.py",
5354
"src/schema_salad/python_codegen.py",
5455
"src/schema_salad/ref_resolver.py",
56+
"src/schema_salad/runtime.py",
5557
"src/schema_salad/schema.py",
5658
"src/schema_salad/sourceline.py",
5759
"src/schema_salad/typescript_codegen.py",

0 commit comments

Comments
 (0)