8 lines
87 B
Python
8 lines
87 B
Python
from sqlalchemy.orm import DeclarativeBase
|
|
|
|
|
|
class ORMBase(DeclarativeBase):
|
|
...
|
|
|
|
|