DEBSOURCES
Skip Quicknav
sources / sqlkit / 0.9.5-1 / demo / layout / 00_entry.py
1234567891011121314
"""Bricks/entry-label""" layout = """ nome cognome indirizzo - - - """ l = Layout(layout, opts="-") w = l.show()