blob: 1c1315e93ef3ba2e1d33b9c2a3ce019a5cd37340 [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.
import sys
def main():
print('Running analyze_gmaven.py')
if __name__ == '__main__':
sys.exit(main())