in db_schema/db_schema_lambda_layer/python/bookstore_orm_objects.py [0:0]
def __init__(self, title, author, publisher, year): self.title = title self.author = author self.publisher = publisher self.year = year