2024-05-21 17:39:22 -10:00

7 lines
102 B
Python

from fastapi import FastAPI
from pyutils.logs import llog
llog.info("start server")
app = FastAPI()