decrypt_oracle/app.py (1 lines of code) (raw):

# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 """Shim to pull decryption oracle app into expected location for Chalice.""" from aws_encryption_sdk_decrypt_oracle.app import APP as app # noqa pylint: disable=unused-import