Update actions.py

This commit is contained in:
2024-11-30 17:37:24 +08:00
parent 42a6320ce8
commit 6c6fdff706

View File

@@ -1,5 +1,5 @@
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):