6 lines
232 B
Python
6 lines
232 B
Python
|
|
# ================================================================
|
||
|
|
# services/production/app/schemas/__init__.py
|
||
|
|
# ================================================================
|
||
|
|
"""
|
||
|
|
Pydantic schemas for request/response models
|
||
|
|
"""
|