freeleaps-authentication/webapi/bootstrap/freeleaps_app.py

7 lines
142 B
Python
Raw Permalink Normal View History

2025-10-30 03:26:05 +00:00
from fastapi import FastAPI
class FreeleapsApp(FastAPI):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)