# app/modules/tenancy/schemas/__init__.py """ Tenancy module Pydantic schemas. Request/response schemas for platform, company, vendor, and admin user management. Currently schemas remain in models/schema/ - this package is a placeholder for future migration. """ # Schemas will be migrated here from models/schema/ # For now, import from legacy location if needed: # from models.schema.vendor import VendorDetailResponse