From 7284224d58773be6da3c569be3d54ac3b2646661 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期四, 06 七月 2023 11:16:08 +0800 Subject: [PATCH] 更改包结构/动态引入windows平台依赖的相关包 --- code_attribute/gpcode_first_screen_manager.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gpcode_first_screen_manager.py b/code_attribute/gpcode_first_screen_manager.py similarity index 98% rename from gpcode_first_screen_manager.py rename to code_attribute/gpcode_first_screen_manager.py index 4dd32b4..cc078c7 100644 --- a/gpcode_first_screen_manager.py +++ b/code_attribute/gpcode_first_screen_manager.py @@ -5,7 +5,7 @@ # 璁剧疆棣栨澘鏈瓫閫夌殑鐩爣绁� import json -import tool +from utils import tool from db import redis_manager from third_data import block_info -- Gitblit v1.8.0