develop-entities #2
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
from fastapi import FastAPI, HTTPException
|
|
||||||
from typing import Annotated
|
from typing import Annotated
|
||||||
|
|
||||||
|
from fastapi import FastAPI, HTTPException
|
||||||
|
|
||||||
import src.routers.cards as cards
|
import src.routers.cards as cards
|
||||||
|
|
||||||
app = FastAPI()
|
app = FastAPI()
|
||||||
|
|
Loading…
Reference in a new issue