mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2026-08-03 22:11:27 +00:00
Create project skeleton.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from flask import Flask
|
||||
|
||||
|
||||
def create_app():
|
||||
app = Flask(__name__)
|
||||
|
||||
return app
|
||||
Reference in New Issue
Block a user