#!/usr/bin/python3

import sys

from pyppeteer.command import install


if __name__ == "__main__":
    sys.exit(install())
