cxd 10 months ago
parent
commit
3cf6f73dd0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      backend/__init__.py

+ 0 - 1
backend/__init__.py

@@ -1,4 +1,3 @@
-# 系统模块
 import os  # 操作系统特定函数,用于文件路径和环境变量操作
 import sys  # 系统特定参数和函数,用于访问系统变量和函数
 import shutil  # 高级文件操作,用于文件和目录的复制、移动和删除