- Fix bug where clicking to select a player in the middle of the lineup would operate on the last added player instead of the clicked row - Deselect now requires clicking the same row twice (for screenshots) - Clicking the table after deselect re-enables selection mode - Fix main.py to actually launch the TUI app - Add CLAUDE.md with codebase documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
70 B
Python
5 lines
70 B
Python
from sba_scout.app import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|