Skip to content
mdl.git
⋮
Summary
Commits
Files
mdl.git
/
wsgi.py
[Flask] Web media downloader frontend.
View raw
1
#
-*- mode: python; -*-
2
3
from
app
import
create_app
4
5
app
=
create_app
(
)
6
Summary
Commits
Files