Initial clean commit

This commit is contained in:
jlimolina 2026-01-13 13:39:51 +01:00
commit 6784d81c2c
141 changed files with 25219 additions and 0 deletions

7
utils/__init__.py Normal file
View file

@ -0,0 +1,7 @@
"""Utils package for authentication and other utilities."""
# Import helper functions for backward compatibility
from .helpers import safe_html, format_date, country_flag
__all__ = ['safe_html', 'format_date', 'country_flag']