src/w/e/wesnoth-sym-HEAD/preview.py wesnoth-sym(Download)
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
from wx import Panel
class PreviewPanel(Panel):
def __init__(self, parent):
wx.Panel.__init__(self, parent, -1)