ArchiveBox/archivebox/pkgs/abx-plugin-playwright/abx_plugin_playwright/config.py
2024-10-28 20:05:20 -07:00

7 lines
167 B
Python

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