minor UX improvements

This commit is contained in:
Ruben Fiszel
2023-04-18 10:40:40 +02:00
parent 5e2ca89137
commit e8b991acfd
6 changed files with 64 additions and 29 deletions
@@ -3,10 +3,13 @@ import wmill
# You can import any PyPi package.
# See here for more info: https://docs.windmill.dev/docs/advanced/imports#python
# Ctrl+S to format the code. Autocompletion available.
# you can use typed resources by doing a type alias to dict
#postgresql = dict
def main(
no_default: str,
#db: postgresql,
name="Nicolas Bourbaki",
age=42,
obj: dict = {"even": "dicts"},