winter_ddd/domain_event_handler.py

Summary

Maintainability
A
0 mins
Test Coverage
from winter.core import annotate


class DomainEventHandlerAnnotation:
    pass


domain_event_handler = annotate(DomainEventHandlerAnnotation(), single=True)