15 lines
150 B
Python
15 lines
150 B
Python
from pylabel import avery
|
|
|
|
profile = avery.L6009
|
|
|
|
data = range(10)
|
|
|
|
template = """
|
|
Hello World
|
|
"""
|
|
|
|
style = """
|
|
.content {
|
|
font-family: Arial;
|
|
}
|
|
""" |