import os class Config: TELEGRAM_TOKEN = os.getenv('TELEGRAM_TOKEN') RANDOM_CHANCE = float(os.getenv('RANDOM_CHANCE', '0.1')) MAX_MESSAGES = 1000