"""Template for custom function or Pydantic model.""" import streamlit as st def get_st_secrets() -> dict: """Get the secrets of streamlit.""" return st.secrets.to_dict()