6 lines
81 B
Python
6 lines
81 B
Python
from fpdf import FPDF
|
|
from html import HTMLMixin
|
|
from template import Template
|
|
|
|
|