Files
Birthday-Pool-Bot/birthday_pool_bot/notifications/settings.py
2026-01-15 09:47:43 +03:00

7 lines
176 B
Python

from pydantic import BaseModel
class NotificationsSettings(BaseModel):
cron: str = "0 12 * * *"
telegram_bot_token: str = "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11"