Files
clientflow_backend/app/domain/__init__.py

6 lines
159 B
Python

"""Domain layer package.
The domain package contains behaviour that must stay independent from HTML,
SQLAlchemy routes and external integration adapters.
"""