Removing model. Restructuring.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user