0806746 da37c24 0806746 da37c24 0806746
1
2
3
4
5
6
7
8
9
10
from pydantic_settings import BaseSettings class Settings(BaseSettings): app_name: str = "Water Potability API" version: str = "2024.02.07" settings = Settings()