#!/usr/bin/python3

import sys
from downstream_cherry_picker import main

if __name__ == '__main__':
    main(sys.argv)
