Skip to content

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.

{}

setup

setup()

Setup the application.

Overrides the setup method of the FastAPI class.

options: members: []