kopia lustrzana https://github.com/bellingcat/auto-archiver
7 wiersze
96 B
Python
7 wiersze
96 B
Python
![]() |
|
||
|
from dataclasses import dataclass
|
||
|
|
||
|
@dataclass
|
||
|
class WaybackConfig:
|
||
|
key: str
|
||
|
secret: str
|