Formalizes the existential comics process
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user