Functions
get_env
1
Any
▼
Create a kida Environment with the built-in template loader.
Returns a kida En…
get_env
1
Any
▼
def get_env(**kwargs: Any) -> Any
Create a kida Environment with the built-in template loader.
Returns a kida Environment with a chained loader:
user templates -> milo built-in templates -> kida components.
Parameters
| Name | Type | Description |
|---|---|---|
**kwargs |
Any |
Returns
Any