refactor configs

This commit is contained in:
msramalho
2022-06-14 21:19:45 +02:00
parent dc60bb1558
commit a7a555ea85
5 changed files with 17 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
from dataclasses import dataclass
@dataclass
class SeleniumConfig:
timeout_seconds: int = 120
window_width: int = 1400
window_height: int = 2000