New archi: domain driven development
Working but need to check out code
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""Shared kernel - Common domain concepts used across subdomains."""
|
||||
from .exceptions import DomainException, ValidationError
|
||||
from .value_objects import ImdbId, FilePath, FileSize
|
||||
|
||||
__all__ = [
|
||||
"DomainException",
|
||||
"ValidationError",
|
||||
"ImdbId",
|
||||
"FilePath",
|
||||
"FileSize",
|
||||
]
|
||||
Reference in New Issue
Block a user