Files
archlens/docs/arch/lucy/project.mmd
Gabriel Kaszewski c4fb1ed699
All checks were successful
CI / Check / Test (push) Successful in 2m51s
Architecture Docs / Generate diagrams (push) Successful in 3m36s
fix: remove unused assignment and import warnings in tests
2026-06-17 10:34:56 +02:00

8 lines
161 B
Plaintext

graph TD
aiss_worker[aiss-worker]
commons[commons]
worker[worker]
api[api]
aiss_worker --> commons
worker --> commons
api --> commons