download
raw
185 Bytes
from flask import Flask, render_template
app = Flask(__name__)
@app.route('/')
def home():
return render_template('index.html')
if __name__ == '__main__':
app.run(debug=True)

Xet Storage Details

Size:
185 Bytes
·
Xet hash:
141d059eee858a87a0d77854910fae5fbf4e76e39c9bd44465334c1c5da434ac

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.