feat: Add Web iface with QR codes
This commit is contained in:
parent
b4bf6552f6
commit
783d9b6d34
10 changed files with 1293 additions and 739 deletions
|
|
@ -8,6 +8,10 @@ class Renderer(abc.ABC):
|
|||
def render_label(self, label_definition: LabelDefinition) -> Image:
|
||||
pass
|
||||
|
||||
@abc.abstractmethod
|
||||
def render_qrcode(self, label_definition: LabelDefinition) -> Image:
|
||||
pass
|
||||
|
||||
|
||||
class Printer(abc.ABC):
|
||||
@abc.abstractmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue