mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-06 01:15:31 -05:00
13 lines
145 B
Plaintext
13 lines
145 B
Plaintext
digraph Client {
|
|
|
|
Client [shape=box]
|
|
|
|
Client -> Window
|
|
Client -> Finder
|
|
Client -> Bitmaps
|
|
Client -> Files
|
|
Client -> OCR
|
|
Client -> DTM
|
|
|
|
}
|