Update DataClass.py, StoreXLS.py, and main.py

save to xlsx.. working..now...
This commit is contained in:
2024-05-31 20:51:12 +09:00
parent d4bc88e9b4
commit 72896d3ddf
3 changed files with 159 additions and 32 deletions

View File

@@ -27,9 +27,8 @@ class CBZInfo:
def RmvArtist(self, name):
self.artists.discard(name)
class TagInfo:
def __init__(self, name, url):
self.name = name