mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-13 04:45:03 -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
|
|
|
|
}
|