smithy-lang / smithy-python

Smithy code generators and core modules for Python (in development)
Apache License 2.0
48 stars 10 forks source link

Add basic schema and shape classes #227

Closed JordonPhillips closed 6 months ago

JordonPhillips commented 6 months ago

This adds the schema class, which will be used to provide some information from the model at runtime. It additionally adds in some shape / trait classes that are needed to fill it out.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.