Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tonyliu404
/
Manglify_Backend
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c3265d8
Manglify_Backend
/
db
/
const.py
Ying Jiang
database stuff + api to read + alembic (for tracking schema changes) + sqlmodle + uvicorn
a1d11a9
about 2 months ago
raw
Copy download link
history
blame
Safe
118 Bytes
PROVIDER_LOCAL =
"local"
PROVIDER_MANGADEX =
"mangadex"
PROVIDER_IDS =
frozenset
((PROVIDER_LOCAL, PROVIDER_MANGADEX))