Зафиксировал мысль, потом вернусь к идее с бэкендом на питоне.

This commit is contained in:
dr_domi
2026-05-02 23:26:53 +03:00
parent d9e05ea8e0
commit c7220c11b0
5 changed files with 33 additions and 21 deletions
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from flask import Flask, request, jsonify, render_template
app = Flask(__name__)