Source code for eventsourcing.pydantic.application
from __future__ import annotations
from eventsourcing.application import Application
from eventsourcing.domain import TAggregateID
from eventsourcing.persistence import Mapper, NullTranscoder
from eventsourcing.pydantic.mapper import PydanticMapper