mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 12:48:28 +03:00
7 lines
102 B
Python
7 lines
102 B
Python
|
|
from dataclasses import dataclass
|
|
|
|
@dataclass
|
|
class TelegramConfig:
|
|
api_id: str
|
|
api_hash: str |