Extract base and Pairlock from models file

This commit is contained in:
Matthias
2022-05-08 17:38:06 +02:00
parent 3221726d85
commit af1a5e0449
3 changed files with 81 additions and 65 deletions

View File

@@ -0,0 +1,7 @@
from typing import Any
from sqlalchemy.orm import declarative_base
_DECL_BASE: Any = declarative_base()