"""Bricks/entry-label"""


layout = """
   nome cognome
   indirizzo  - - -

"""



l = Layout(layout, opts="-")

w = l.show()
