Add first controller

This commit is contained in:
Yax
2015-05-02 13:43:38 +02:00
parent 3338ba51d8
commit 39039fd533
4 changed files with 21 additions and 8 deletions
+3
View File
@@ -0,0 +1,3 @@
from flask import Flask
app = Flask(__name__)