Add starlette framework

pull/443/head
Matěj Volf 5 years ago
parent c2b10f3924
commit 1ee73fdcf7
No known key found for this signature in database
GPG Key ID: 097CC34DC71E9D05

@ -52,6 +52,10 @@ class Spring(_Framework):
_icon = "spring.png"
class Starlette(_Framework):
_icon = "starlette.png"
class Vue(_Framework):
_icon = "vue.png"

@ -18,6 +18,7 @@ Node classes list of programming provider.
- **diagrams.programming.framework.Rails**
- **diagrams.programming.framework.React**
- **diagrams.programming.framework.Spring**
- **diagrams.programming.framework.Starlette**
- **diagrams.programming.framework.Vue**
## programming.language

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Loading…
Cancel
Save