Formalizes the existential comics process

This commit is contained in:
2025-08-02 13:15:00 -06:00
parent f1bb6fce14
commit 83ad521fea
3 changed files with 111 additions and 163 deletions

View File

@@ -51,7 +51,6 @@ class XKCDComic(Comic):
def get_all_strips(self) -> list:
return list(range(self.get_first_strip(), self.get_latest_strip() + 1))
@classmethod
def __new__(cls):
if not hasattr(cls, 'instance'):
cls.instance = super(XKCDComic, cls).__new__(cls)