#!/usr/local/bin/python3.9
# -*- coding: utf-8 -*-
import sys

from buildstream._frontend import cli

if __name__ == '__main__':
    sys.exit(cli())