Hatmanstack
Refactor app with security fixes, error handling, and type safety
6424951
raw
history blame contribute delete
168 Bytes
"""Utility functions for HTML sanitization and other helpers."""
from src.utils.html import safe_heading, safe_paragraph
__all__ = ["safe_heading", "safe_paragraph"]