get splendor code ruff complient

This commit is contained in:
2025-11-29 13:23:16 -05:00
parent 290f972346
commit 7c56954cda
8 changed files with 58 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
"""Main entry point for Splendor game."""
from __future__ import annotations
from .base import new_game, run_game