Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Stanislav Yuliyanov
oc-dfg-clustering
Commits
c828fe61
Commit
c828fe61
authored
May 24, 2022
by
SimonGlomb
Browse files
hello world flask
parent
f5d8ee0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
code/frontend.py
0 → 100644
View file @
c828fe61
from
flask
import
Flask
import
os
app
=
Flask
(
__name__
)
@
app
.
route
(
"/"
)
def
hello_world
():
return
"<p>Hello, World!</p>"
if
__name__
==
"__main__"
:
app
.
run
()
\ No newline at end of file
code/test.py
0 → 100644
View file @
c828fe61
print
(
"hello"
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment