CLOUDYUL commited on
Commit
ec4f96f
·
1 Parent(s): b5d9ecd

디버그: import os 추가

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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