This is a simple example using napkin
src block.
def seq_diagram(c):
user = c.object('user')
world = c.object('world')
with user:
world.hello("this")
This is another example of using plain PlantUML text with napkin-puml
src block.
class Car
Driver - Car : drives >