sphinx_pyppeteer_builder/typings/pyppeteer/command.pyi

9 lines
170 B
Python

"""
This type stub file was generated by pyright.
"""
"""Commands for Pyppeteer."""
def install() -> None:
"""Download chromium if not install."""
...