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...
Gregniuki
commited on
Nov 5, 2023
Commit
cd9f2c8
·
1 Parent(s):
bafa0db
Create base.py
Browse files
Files changed (1)
hide
show
base.py
+5
-0
base.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
# base.py
2
+
3
+
from sqlalchemy.ext.declarative import declarative_base
4
+
5
+
Base = declarative_base()