ArchiveBox/archivebox/pkgs/abx-plugin-playwright/abx_plugin_playwright/config.py

8 lines
167 B
Python

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