Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ohmyapi
/
web2api
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
web2api
/
core
/
account
/
__init__.py
ohmyapi
feat: align hosted Space deployment with latest upstream
77169b4
7 days ago
raw
Copy download link
history
blame
contribute
delete
144 Bytes
"""账号池:按 type 过滤、轮询获取 (ProxyGroup, Account)。"""
from
core.account.pool
import
AccountPool
__all__ = [
"AccountPool"
]