8 lines
152 B
Python
Raw Normal View History

2012-01-28 14:52:09 +00:00
"""
"""
2012-02-19 20:38:19 +00:00
from .node import Node
class Property(Node):
2012-01-28 14:52:09 +00:00
def parse(self, scope):
2012-02-19 20:38:19 +00:00
pass
# print(type(self), list(self._p))
# print()