Exemplo n.º 1
0
#! /usr/bin/python

from links import Links

if __name__ == '__main__':
    l = Links()
    l.mainloop()