Printrun/printrun/svg/css/block.py
2012-08-08 08:39:50 +02:00

7 lines
101 B
Python

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