Skip to content

feat: enhance utils/__init__.py with explicit exports#1655

Closed
ashrion wants to merge 1 commit into
steam-bell-92:mainfrom
ashrion:feat/utils-init-exports
Closed

feat: enhance utils/__init__.py with explicit exports#1655
ashrion wants to merge 1 commit into
steam-bell-92:mainfrom
ashrion:feat/utils-init-exports

Conversation

@ashrion

@ashrion ashrion commented Jul 11, 2026

Copy link
Copy Markdown

Summary

Enhanced utils/__init__.py with explicit exports for all public utility functions.

Changes

  • Added exports for new db_manager functions: get_all_scores, clear_scores
  • Added export for print_welcome_banner from banners
  • Added exports for all error_logger functions: log_exception, summarize_logs, get_recent_errors, clear_logs, safe_run
  • Added __all__ list for explicit public API

How to Test

  1. Import from utils: from utils import get_all_scores, clear_scores, log_exception, safe_run
  2. Verify all imports work correctly

Related Issues

Fixes #1654

GSSoC 2026

- Added exports for new db_manager functions: get_all_scores, clear_scores
- Added export for print_welcome_banner from banners
- Added exports for all error_logger functions
- Added __all__ list for explicit public API

Fixes steam-bell-92#1654
@vercel

vercel Bot commented Jul 11, 2026

Copy link
Copy Markdown

@ashrion is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: enhance utils/__init__.py with explicit exports

2 participants