ArchiveBox/archivebox/vendor/abx-plugin-playwright/abx_plugin_playwright/config.py
2024-10-28 04:07:35 -07:00

7 lines
167 B
Python

from abx_spec_config import BaseConfigSet
class PlaywrightConfigs(BaseConfigSet):
PLAYWRIGHT_BINARY: str = 'playwright'
PLAYWRIGHT_CONFIG = PlaywrightConfigs()