#!/usr/bin/env python
#
# Make gradient Horizontal work (Matchbox bug)
# More pretty save/load routines like network.py
#
#
import pdaXconfig_looknfeel

if __name__ == "__main__":
	LookFeel = pdaXconfig_looknfeel.LookFeel()
	LookFeel.main()
