From f0617da8392ed2ef09772d240ebc09f24e6f5816 Mon Sep 17 00:00:00 2001 From: Aleksandr Tcitlionok <803797+terghalin@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:31:37 +0000 Subject: [PATCH] fix(main): import think --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 9a7c079..2f6ddea 100644 --- a/app/main.py +++ b/app/main.py @@ -1,6 +1,6 @@ from fastapi import FastAPI from database import init_db -from routes import metal, vm, k8s, export +from routes import metal, vm, k8s, export, think app = FastAPI()