bedrock.generators

This module contains all the generators and templates are used by Bedrock behind the scenes.

If you'd like to snoop around a bit, take a look at:

1"""
2This module contains all the generators and templates are used by Bedrock behind the scenes.
3
4If you'd like to snoop around a bit, take a look at:
5* [`generate-db-schema.py`](./generators/generate-db-schema.html)
6* [`generate-openapi-specification.py`](./generators/generate-openapi-specification.html)
7"""