singleton Settings singleton instance Attributes __ALL__ module-attribute __ALL__ = ['settings'] settings module-attribute settings = AppSettings( _env_file=getenv(SETTINGS_ENV_DOTENV, ".env") ) Classes