"""Domain entities.""" from app.domain.entities.base import BaseEntity from app.domain.entities.post import Post __all__ = ["BaseEntity", "Post"]