Printrun/printrun/svg/css/block.py

8 lines
101 B
Python
Raw Normal View History

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