feat: barcode printing

This commit is contained in:
2025-10-10 23:00:39 +04:00
parent 6b0f8a1aa5
commit 4c871e1e1b
16 changed files with 413 additions and 5 deletions

2
utils/pdf/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from .pdf_maker import PdfMaker as PdfMaker
from .pdf_generator import PDFGenerator as PDFGenerator