"""
from .node import Node
class Property(Node):
def parse(self, scope):
pass
# print(type(self), list(self._p))
# print()