bioblend
bioblend copied to clipboard
Add type annotations to BioBlend API
Python is a dynamically typed language, but in recent years a framework for optional type annotations has been added to the language, see https://blog.logrocket.com/understanding-type-annotation-python/ for a nice introduction to the topic.
Maybe we could take advantage of Galaxy's OpenAPI schema to semi-automate this (@mvdbeek suggestion).