Coverage for src/prosemark/domain/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.8.0, created at 2025-09-24 18:08 +0000
« prev ^ index » next coverage.py v7.8.0, created at 2025-09-24 18:08 +0000
1"""Domain layer - Core business logic and entities.
3This package contains the pure business logic of the prosemark application,
4free from external dependencies and I/O concerns. Domain models, value objects,
5and business rules are defined here following domain-driven design principles.
6"""