summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frontend/tour_gtk_frontend.py8
1 files changed, 8 insertions, 0 deletions
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