"""工具函数模块""" from .validators import validate_integer, validate_positive_integer __all__ = ["validate_integer", "validate_positive_integer"]