Compare commits

...

2 Commits

Author SHA1 Message Date
Bora d4ef9c2654 test_merge 2025-12-28 19:48:53 +01:00
Bora 57710190b8 test 2025-12-28 19:47:34 +01:00
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 import paho.mqtt.client as mqtt
from flask import Flask, render_template, jsonify, request, Response from flask import Flask, render_template, jsonify, request, Response
# test
# Import Config, Manager, and NEW Inference Worker # Import Config, Manager, and NEW Inference Worker
from config import Config from config import Config
from manager import CameraManager from manager import CameraManager