Add use case diagram

This commit is contained in:
2023-04-27 14:39:01 +02:00
parent 5b99520b18
commit e62c5ac1bf
4 changed files with 66 additions and 0 deletions

8
uml/Makefile Normal file
View File

@ -0,0 +1,8 @@
all: png svg
png:
plantuml -tpng *.puml
svg:
plantuml -tsvg *.puml