Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AZILS
/
tgbs
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tgbs
/
bot
/
database
/
models
/
__init__.py
AZILS
Upload 120 files
e35e6bc
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
84 Bytes
from
.base
import
Base
from
.user
import
UserModel
__all__ = [
"Base"
,
"UserModel"
]