#!/usr/bin/env python3 from meson import mesonmain import sys sys.exit(mesonmain.run(sys.argv[:]))