Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nopaque
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SFB 1288 - INF
nopaque
f6e7b448636c08e005f47d81905cd846535e5a6e
nopaque
app
__init__.py
Find file
Normal view
Permalink
__init__.py
86 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
Create project skeleton.
Patrick Jentsch
committed
5 years ago
1
2
3
4
5
6
7
from
flask
import
Flask
def
create_app
():
app
=
Flask
(
__name__
)
return
app