Skeleton structure of a Pillar extension.

This commit is contained in:
2016-07-29 16:48:43 +02:00
parent f930544a11
commit 0eb8be33c0
6 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
from flask import Blueprint
blueprint = Blueprint('attract', __name__)
@blueprint.route('/jemoeder')
def jemoeder():
return 'je moeder'