mirror of
https://github.com/StefBuwalda/ProjectIOT.git
synced 2025-10-29 18:59:57 +00:00
Cleanup processs
This commit is contained in:
3
application/api/views.py
Normal file
3
application/api/views.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from flask import Blueprint
|
||||
|
||||
api_blueprint = Blueprint('api', )
|
||||
@@ -5,7 +5,7 @@ import os
|
||||
import torch
|
||||
import asyncio
|
||||
from application import app, db
|
||||
from models import LoggedItem, AllowedPlate
|
||||
from application.models import LoggedItem, AllowedPlate
|
||||
from datetime import datetime
|
||||
|
||||
torch.serialization.add_safe_globals( # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user