saherPervaiz's picture
Create app.py
ba620a1 verified
raw
history blame contribute delete
108 Bytes
from fastapi import FastAPI
from RAGOPSproject.RAGOPS.app.main import app as backend_app
app = backend_app