From 8c473d7137de9a9c925455496820b786ae4f7108 Mon Sep 17 00:00:00 2001 From: Ryan Rix Date: Tue, 8 Dec 2009 12:33:49 -0700 Subject: Add Frontend class --- frontend/tour_gtk_frontend.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/tour_gtk_frontend.py b/frontend/tour_gtk_frontend.py index 421155c..5560eec 100644 --- a/frontend/tour_gtk_frontend.py +++ b/frontend/tour_gtk_frontend.py @@ -22,3 +22,11 @@ import os.path import xml.parsers.expat import sys +""" +This class is responsible for the creation and destruction of the main window. +""" +class Frontend: + def __init__(self): + pass + + \ No newline at end of file -- cgit