mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
7 lines
167 B
Python
7 lines
167 B
Python
from abx_spec_config import BaseConfigSet
|
|
|
|
class PlaywrightConfigs(BaseConfigSet):
|
|
PLAYWRIGHT_BINARY: str = 'playwright'
|
|
|
|
|
|
PLAYWRIGHT_CONFIG = PlaywrightConfigs()
|