fix(main): import think

This commit is contained in:
Aleksandr Tcitlionok
2024-12-05 08:31:37 +00:00
parent f57e6028f0
commit f0617da839

View File

@@ -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()