Skip to content

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 infrastructure layer contains the concrete implementations of the abstract classes defined in the interface layer.

interface
tests