ArchiveBox/packages/abx-plugin-playwright-binprovider/abx_plugin_playwright_binprovider/config.py
Nick Sweeting 5d9a32c364
wip
2024-10-25 01:06:12 -07:00

7 lines
167 B
Python

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