mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-04 14:57:56 +10:00
8 lines
167 B
Python
8 lines
167 B
Python
from abx_spec_config import BaseConfigSet
|
|
|
|
class PlaywrightConfigs(BaseConfigSet):
|
|
PLAYWRIGHT_BINARY: str = 'playwright'
|
|
|
|
|
|
PLAYWRIGHT_CONFIG = PlaywrightConfigs()
|