web2api / core /account /__init__.py
ohmyapi's picture
feat: align hosted Space deployment with latest upstream
77169b4
"""账号池:按 type 过滤、轮询获取 (ProxyGroup, Account)。"""
from core.account.pool import AccountPool
__all__ = ["AccountPool"]