"""包基线冒烟测试:可导入、版本号存在。""" import polygateway def test_package_importable_with_version() -> None: assert polygateway.__version__ == "0.1.0"