Printrun/printrun/svg/css/block.py

8 lines
101 B
Python

"""
CSS blocks
"""
from pyparsing import nestedExpr
block = nestedExpr(opener="{", closer="}")