fix: direct imports (no site. prefix, no relative) — works with python site/app.py
Deploy contracts-flask / validate (push) Successful in 0s

This commit is contained in:
2026-07-15 11:37:57 +04:00
parent 15137f8e94
commit f9669755cd
18 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"""Health probe — обязательно для Штурвала."""
from flask import Blueprint, jsonify
from .config import VERSION
from config import VERSION
health_bp = Blueprint("health", __name__)