#!/bin/bash
echo "========================================"
echo "启动后端API服务器"
echo ""
cd "$(dirname "$0")"
python3 app.py