From f96a72a4942bd71f11b2e1ca5d70e360ba415420 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 14 Nov 2021 10:25:37 +0800
Subject: [PATCH] auto save

---
 my_music.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/my_music.py b/my_music.py
index e4566a9..5cb1cea 100644
--- a/my_music.py
+++ b/my_music.py
@@ -1,6 +1,6 @@
 import pygame
 from pygame import locals
-import os
+
 pygame.init()  # 初始化
 # 创建窗口
 screen = pygame.display.set_mode((640, 480))
--
libgit2 0.25.0