mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
5 lines
118 B
Python
5 lines
118 B
Python
from sqlalchemy.ext.declarative import DeclarativeMeta, declarative_base
|
|
|
|
Base: DeclarativeMeta = declarative_base()
|
|
|