server.utils

Module Contents

Functions

load_class(…)

Loads the given class from string (unless alrady a class).

Attributes

_T

server.utils._T[source]
server.utils.load_class(cls: type[_T]) type[_T][source]
server.utils.load_class(cls: str) type[Any] | None

Loads the given class from string (unless alrady a class).