Printrun/svg/css/block.py

9 lines
102 B
Python

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