diff --git a/app/api/endpoints/backend.py b/app/api/endpoints/backend.py new file mode 100644 index 0000000..601a467 --- /dev/null +++ b/app/api/endpoints/backend.py @@ -0,0 +1 @@ +from fastapi import APIRouter, HTTPException \ No newline at end of file