6 lines
189 B
Python
6 lines
189 B
Python
|
|
"""
|
||
|
|
Domain layer for MarkiTect project.
|
||
|
|
|
||
|
|
This package contains the core business logic and domain models,
|
||
|
|
implementing clean architecture principles with no infrastructure dependencies.
|
||
|
|
"""
|