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

from buildstream._frontend import cli

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