remove obsolete kontor-gui

This commit is contained in:
2026-01-30 22:59:31 +01:00
parent 182d77354e
commit 99d3756da7
28 changed files with 0 additions and 1108 deletions
-12
View File
@@ -1,12 +0,0 @@
from abc import ABC, abstractmethod
class DataViewMeta(ABC):
@abstractmethod
def get_header(self):
pass
class ComicView(DataViewMeta):
def get_header(self):
pass