DEV Community

Coco
Coco

Posted on

Flask kod

`from flask import Flask
from flask import render_template
from flask import request
import model

app = Flask(name)

@app.route("/")
def home():
return "Hello world!"

if name == "main":
app.run()`

Zapisujemy w app.py

Pytona musisz mieć w systemie.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay