implemented read from file

This commit is contained in:
Oleskii Pyskun
2024-06-29 16:46:46 +03:00
parent 1013dc9131
commit cc2db78052
2 changed files with 64 additions and 50 deletions
+2
View File
@@ -1,5 +1,7 @@
from enum import Enum
xml_name = "ComicInfo.xml"
class YesNo(Enum):
UNKNOWN = 'Unknown'