Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Gregniuki
/
Loginauth
like
1
Running
App
Files
Files
Community
1b47f41
Loginauth
/
base.py
Gregniuki
Create base.py
cd9f2c8
about 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
# base.py
from
sqlalchemy.ext.declarative
import
declarative_base
Base = declarative_base()