mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 11:55:02 -05:00
12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
digraph Client {
|
|
|
|
Client [shape=box]
|
|
|
|
IOManager -> Client
|
|
Finder -> Client
|
|
Bitmaps -> Client
|
|
Files -> Client
|
|
OCR -> Client
|
|
DTM -> Client
|
|
}
|