Files
bakery-ia/services/distribution/app/models/__init__.py
2025-11-30 09:12:40 +01:00

5 lines
102 B
Python

# Distribution Service Models
from app.models.distribution import * # noqa: F401, F403
__all__ = []