#!/usr/bin/env python
# wxglade.pyw: entry point of wxGlade on windows
# $Id: wxglade.pyw,v 1.1 2004/10/27 11:11:19 agriggio Exp $
#
# Copyright (c) 2002-2004 Alberto Griggio <agriggio@users.sourceforge.net>
# License: MIT (see license.txt)
# THIS PROGRAM COMES WITH NO WARRANTY

#import the wxglade module
import wxglade

#run the main function
wxglade.run_main()