From 4dcbea926bc4e8ada010aeb52b075fd1c24cf090 Mon Sep 17 00:00:00 2001 From: Logan Zou <74288839+nowadays0421@users.noreply.github.com> Date: Sun, 4 Jun 2023 20:28:38 +0800 Subject: [PATCH] Rename utils_ch.py to utils_zh.py rename --- .../{utils_ch.py => utils_zh.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename content/Building Systems with the ChatGPT API/{utils_ch.py => utils_zh.py} (99%) diff --git a/content/Building Systems with the ChatGPT API/utils_ch.py b/content/Building Systems with the ChatGPT API/utils_zh.py similarity index 99% rename from content/Building Systems with the ChatGPT API/utils_ch.py rename to content/Building Systems with the ChatGPT API/utils_zh.py index dde2215..33be701 100644 --- a/content/Building Systems with the ChatGPT API/utils_ch.py +++ b/content/Building Systems with the ChatGPT API/utils_zh.py @@ -757,4 +757,4 @@ def create_products(): with open(products_file, 'w') as file: json.dump(products, file) - return products \ No newline at end of file + return products