17 lines
No EOL
223 B
Text
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 |