kopia lustrzana https://github.com/bellingcat/auto-archiver
9 wiersze
100 B
Python
9 wiersze
100 B
Python
![]() |
|
||
|
from dataclasses import dataclass
|
||
|
|
||
|
|
||
|
@dataclass
|
||
|
class VkConfig:
|
||
|
username: str
|
||
|
password: str
|