Example #1
0
__author__ = 'piotrek'

from Widget import Widget

if __name__ == '__main__':
    widget = Widget()
    widget.wyswietl()