mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2026-06-16 10:05:44 +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