basic script and web stub
This commit is contained in:
7
dmapp/dmweb/dm.py
Normal file
7
dmapp/dmweb/dm.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from flask import Blueprint
|
||||
|
||||
dmbp = Blueprint("deskmeter", __name__, url_prefix="/")
|
||||
|
||||
@dmbp.route("/")
|
||||
def index():
|
||||
return "Hello, World!"
|
||||
Reference in New Issue
Block a user