mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 21:41:03 +00:00
implemented read from file
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from enum import Enum
|
||||
|
||||
xml_name = "ComicInfo.xml"
|
||||
|
||||
|
||||
class YesNo(Enum):
|
||||
UNKNOWN = 'Unknown'
|
||||
|
||||
Reference in New Issue
Block a user