freeleaps-service-hub/apps/content/webapi/bootstrap/freeleaps_app.py
2024-10-30 07:22:26 -07:00

7 lines
142 B
Python

from fastapi import FastAPI
class FreeleapsApp(FastAPI):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)