pub mod project_service; pub mod material_service; pub mod material_segment_view_service; pub mod model_service; pub mod model_dynamic_service; pub mod async_material_service; pub mod ai_classification_service; pub mod video_classification_service; pub mod video_classification_queue; pub mod ai_analysis_log_service; pub mod draft_parser; pub mod cloud_upload_service; pub mod image_generation_service; pub mod template_import_service; pub mod import_queue_manager; pub mod template_service; pub mod chunked_upload_service; pub mod template_cache_service; pub mod performance_monitor; pub mod enhanced_template_import_service; pub mod project_template_binding_service; pub mod material_matching_service; pub mod template_matching_result_service; pub mod export_record_service; pub mod thumbnail_generator_service; pub mod batch_thumbnail_processor; pub mod watermark_detection_service; pub mod watermark_removal_service; pub mod watermark_addition_service; pub mod batch_watermark_processor; pub mod watermark_template_service; pub mod task_manager; pub mod video_generation_service; pub mod conversation_service; pub mod jianying_export; pub mod template_segment_weight_service; pub mod directory_settings_service; pub mod comfyui_service; pub mod outfit_photo_generation_service; #[cfg(test)] pub mod tests;