1// Copyright 2024 Block, Inc. (original code from https://github.com/block/goose) 2// Copyright 2025 utapyngo (modifications) 3// SPDX-License-Identifier: Apache-2.0 4 5mod analyze; 6mod lang; 7 8pub use analyze::analyze;