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