Printrun/svg/css/block.py

9 lines
102 B
Python
Raw Normal View History

2012-05-21 20:38:49 +00:00
"""
CSS blocks
"""
from pyparsing import nestedExpr
block = nestedExpr(opener="{", closer="}")