mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02: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
|