File size: 93 Bytes
cd9f2c8
 
 
 
 
1
2
3
4
5
# base.py

from sqlalchemy.ext.declarative import declarative_base

Base = declarative_base()