File size: 85 Bytes
113ba48
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from fastapi import FastAPI


app = FastAPI()


from sources.Controllers import main