blob: 1d69f2afe0d02f7f5d6c58fe131bd7b383e18dae [file]
#!/usr/bin/env python3
# Copyright (c) 2026, the R8 project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
def main():
print('Running analyze_gmaven.py')
if __name__ == '__main__':
sys.exit(main())