Javelina/api/app.py
2025-02-20 22:55:08 +01:00

8 lines
143 B
Python

from fastapi import FastAPI
# TODO Add an integration for the contact information
app = FastAPI(
title="Javelina",
version="0.0.1",
)