디버그: import os 추가
Browse files
server.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# server.py
|
| 2 |
-
|
| 3 |
from typing import List
|
| 4 |
from fastapi import FastAPI, HTTPException
|
| 5 |
from pydantic import BaseModel
|
|
|
|
| 1 |
# server.py
|
| 2 |
+
import os
|
| 3 |
from typing import List
|
| 4 |
from fastapi import FastAPI, HTTPException
|
| 5 |
from pydantic import BaseModel
|