flask_boilerplate.domain package

Subpackages

Module contents

This package contains the core domain logic of the application.

The domain layer is responsible for representing the business rules and logic. It includes entities, value objects, domain services, repositories, and domain events.