Update actions.py

pull/1/head
wsy182 2024-11-30 17:37:24 +08:00
parent 42a6320ce8
commit 6c6fdff706
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from loguru import logger from loguru import logger
from utils import get_tile_name # 确保 get_tile_name 已在 utils.py 中定义并导入 from utils import get_tile_name
def draw_tile(state): def draw_tile(state):