Spaces:
Running
Running
| """ | |
| Shared database configuration and base classes. | |
| """ | |
| from sqlalchemy.orm import declarative_base | |
| # Shared Base for all SQLAlchemy models | |
| Base = declarative_base() |
| """ | |
| Shared database configuration and base classes. | |
| """ | |
| from sqlalchemy.orm import declarative_base | |
| # Shared Base for all SQLAlchemy models | |
| Base = declarative_base() |