def __init__()

in example_app/graviton2_gh_runner_flask_app/controllers/books_controller.py [0:0]


    def __init__(self, connection_manager: DynamoConnectionManager, app=None):
        """."""
        self.app = app
        self.table_connection = connection_manager.table

        if app is not None:
            self.init_app(app)

            self.table_connection = connection_manager.table