Add type hints to browse.py #23

Merged
shoko merged 1 commits from feat/add-type-hints into master 2026-03-26 16:42:08 +01:00

1 Commits

Author SHA1 Message Date
shoko
ce526b1aa3 Add type hints to browse.py
- Added TypedDict classes for typed event/market structures
- Added type annotations to all functions
- Used Python 3.10+ union syntax (str | None, dict[str, Any])
- All 62 tests pass
2026-03-26 15:35:18 +00:00