# app/modules/tenancy/services/__init__.py """ Tenancy module services. Business logic for platform, company, vendor, and admin user management. Currently services remain in app/services/ - this package is a placeholder for future migration. """ # Services will be migrated here from app/services/ # For now, import from legacy location if needed: # from app.services.vendor_service import vendor_service # from app.services.company_service import company_service