"""算法模块""" from .base import BaseAlgorithm from .prime_checker import PrimeChecker __all__ = ["BaseAlgorithm", "PrimeChecker"]