auto-archiver/configs/vk_config.py

9 wiersze
100 B
Python

from dataclasses import dataclass
@dataclass
class VkConfig:
username: str
password: str