summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frontend/tour_gtk_frontend.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/tour_gtk_frontend.py b/frontend/tour_gtk_frontend.py
index 3c3ad85..a069742 100644
--- a/frontend/tour_gtk_frontend.py
+++ b/frontend/tour_gtk_frontend.py
@@ -51,6 +51,12 @@ class Frontend:
class InitialTreeView:
def __init__(self, window):
+ self.draw()
+
+ def draw(self):
+ pass
+
+ def erase(self):
pass
if __name__=="__main__":