5 lines
84 B
Python
5 lines
84 B
Python
from sqlalchemy.ext.declarative import declarative_base
|
|
|
|
|
|
Base = declarative_base()
|