sphinx_pyppeteer_builder/typings/pyppeteer/command.pyi

10 lines
170 B
Python
Raw Permalink Normal View History

2023-09-19 02:01:13 +02:00
"""
This type stub file was generated by pyright.
"""
"""Commands for Pyppeteer."""
def install() -> None:
"""Download chromium if not install."""
...