Removing model. Restructuring.

This commit is contained in:
alshain
2011-02-10 21:18:32 +01:00
parent fa50cd0353
commit aa0c2f471a
5 changed files with 0 additions and 130 deletions
+11
View File
@@ -0,0 +1,11 @@
from flask import Flask
import argparse
def cmd_couchpotato():
app = Flask(__name__)
# @app.route("/")
# def hello():
# return "Hello World!"
app.run(debug = True)