bent/bent.wsd
2024-06-06 21:51:01 +02:00

17 lines
No EOL
223 B
Text

@startuml "bingus"
title "Project organization"
package bong
note bottom
cli bin
endnote
package bingus
note bottom
core lib
endnote
package bent
note bottom
gui bin
endnote
bong -> bingus
bingus <- bent
@enduml