Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 447 Bytes

File metadata and controls

25 lines (17 loc) · 447 Bytes

H1 Heading

Editing directly in the github browser editor.

H6

Looks smaller...

Add an image of Yaktocat

Image of Yaktocat

Code example, lesson 3

python system-context.py
from diagrams import Diagram
from diagrams.c4 import Person, Container, Database, System, SystemBoundary, Relationship

graph_attr = {
    "splines": "spline",
}