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