This commit is contained in:
Bora 2025-12-28 19:47:34 +01:00
parent a8fe93aff0
commit 57710190b8
1 changed files with 1 additions and 0 deletions

1
app.py
View File

@ -12,6 +12,7 @@ import numpy as np
import paho.mqtt.client as mqtt
from flask import Flask, render_template, jsonify, request, Response
# test
# Import Config, Manager, and NEW Inference Worker
from config import Config
from manager import CameraManager