Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gregniuki
/
Loginauth
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
36ba74d
Loginauth
/
base.py
Gregniuki
Create base.py
cd9f2c8
over 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
# base.py
from
sqlalchemy.ext.declarative
import
declarative_base
Base = declarative_base()