Updated folder structure (for Docker)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""Shared kernel - Common domain concepts used across subdomains."""
|
||||
|
||||
from .exceptions import DomainException, ValidationError
|
||||
from .value_objects import FilePath, FileSize, ImdbId
|
||||
|
||||
__all__ = [
|
||||
"DomainException",
|
||||
"ValidationError",
|
||||
"ImdbId",
|
||||
"FilePath",
|
||||
"FileSize",
|
||||
]
|
||||
Reference in New Issue
Block a user