type

language.Param

class Param:

Type annotation marking a module-level variable as a ``laco app`` param.

Shorthand for :func:`param` when no extra metadata is needed; help text is parsed from the module or class docstring. Usage:: seed: L.Param[int] = 42

Source: laco/language.py:1380