Files
bakery-ia/services/tenant/app/api/__init__.py
2025-08-08 09:08:41 +02:00

8 lines
108 B
Python

"""
Tenant API Package
API endpoints for tenant management
"""
from . import tenants
__all__ = ["tenants"]