playreel/backend/main.py

4 lines
65 B
Python

from fastapi import FastAPI
app = FastAPI(title="poster-alive")