Javelina/api/app.py

8 lines
143 B
Python
Raw Normal View History

2024-02-04 00:55:51 +01:00
from fastapi import FastAPI
2025-02-20 22:55:08 +01:00
# TODO Add an integration for the contact information
app = FastAPI(
title="Javelina",
version="0.0.1",
)