"""Import smoke tests for astrbot.core.platform.sources.aiocqhttp.aiocqhttp_platform_adapter.""" def test_import_and_class_exists() -> None: """Verify the module imports and the main class is accessible.""" from astrbot.core.platform.sources.aiocqhttp.aiocqhttp_platform_adapter import ( AiocqhttpAdapter, ) assert AiocqhttpAdapter is not None