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