mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
3 lines
45 B
Python
3 lines
45 B
Python
from fastapi import FastAPI
|
|
|
|
app = FastAPI()
|