oxytcmri
oxytcmri
¶
This project is structured according to the principles of Clean Architecture. This architecture follows dependency rules where inner layers (domain) have no knowledge of outer layers (infrastructure, interface). All dependencies point inward, with outer layers depending on inner ones.
Modules:
Name | Description |
---|---|
domain |
Domain module for the oxytcmri package. |
infrastructure |
The |
interface |
|
tests |
|