Lanarky
class¶
Bases: FastAPI
The main application class.
To know more about the FastAPI parameters, read the FastAPI documentation.
Constructor method.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
title |
str
|
The title of the application. |
'Lanarky'
|
**kwargs |
dict[str, Any]
|
Additional arguments to pass to the FastAPI constructor. |
{}
|
options: members: []