mirror of https://github.com/stijndcl/didier
6 lines
107 B
Python
6 lines
107 B
Python
|
from __future__ import annotations
|
||
|
|
||
|
from sqlalchemy.orm import declarative_base
|
||
|
|
||
|
Base = declarative_base()
|