mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-16 20:27:51 +01:00
7 lines
141 B
Python
7 lines
141 B
Python
from fastapi.openapi.models import SecurityBase as SecurityBaseModel
|
|
|
|
|
|
class SecurityBase:
|
|
model: SecurityBaseModel
|
|
scheme_name: str
|