Editing directly in the github browser editor.
Looks smaller...
Add an image of Yaktocat
python system-context.py
from diagrams import Diagram
from diagrams.c4 import Person, Container, Database, System, SystemBoundary, Relationship
graph_attr = {
"splines": "spline",
}