File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
src/ttt/presentation/aiogram/game/routes Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- from ttt .presentation .aiogram .game .routes .cancel_game import cancel_game_router
1+ from ttt .presentation .aiogram .game .routes .game .cancel_game import (
2+ cancel_game_router ,
3+ )
4+ from ttt .presentation .aiogram .game .routes .game .make_move_in_game import (
5+ make_move_in_game_router ,
6+ )
7+ from ttt .presentation .aiogram .game .routes .game .wait_game import wait_game_router
28from ttt .presentation .aiogram .game .routes .game_with_ai .start_game_with_ai import ( # noqa: E501
39 start_game_with_ai_router ,
410)
511from ttt .presentation .aiogram .game .routes .game_with_ai .wait_ai_type_to_start_game_with_ai import ( # noqa: E501
612 wait_ai_type_to_start_game_with_ai_router ,
713)
8- from ttt .presentation .aiogram .game .routes .make_move_in_game import (
9- make_move_in_game_router ,
10- )
11- from ttt .presentation .aiogram .game .routes .wait_game import wait_game_router
1214
1315
1416game_routers = (
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments